ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
class.ilDatabaseMySQLTestsDataOutputs.php
Go to the documentation of this file.
1
<?
php
2
require_once(
'./Services/Database/test/Implementations/data/class.ilDatabaseCommonTestsDataOutputs.php'
);
3
9
class
ilDatabaseMySQLTestsDataOutputs
extends
ilDatabaseCommonTestsDataOutputs
10
{
11
16
public
function
getCreationQueryBuildByILIAS
($table_name)
17
{
18
return
"CREATE TABLE $table_name (id INT NOT NULL, is_online TINYINT DEFAULT NULL, is_default TINYINT DEFAULT 1, latitude DOUBLE DEFAULT NULL, longitude DOUBLE DEFAULT NULL, elevation DOUBLE DEFAULT NULL, address VARCHAR(256) DEFAULT NULL NULL, init_mob_id INT DEFAULT NULL, comment_mob_id INT DEFAULT NULL, container_id INT DEFAULT NULL, big_data LONGTEXT)"
;
19
}
20
}
php
An exception for terminatinating execution or to throw for unit testing.
ilDatabaseCommonTestsDataOutputs
Class ilDatabaseCommonTestsDataOutputs.
Definition:
class.ilDatabaseCommonTestsDataOutputs.php:9
ilDatabaseMySQLTestsDataOutputs
Class ilDatabaseCommonTestsDataOutputs.
Definition:
class.ilDatabaseMySQLTestsDataOutputs.php:10
ilDatabaseMySQLTestsDataOutputs\getCreationQueryBuildByILIAS
getCreationQueryBuildByILIAS($table_name)
Definition:
class.ilDatabaseMySQLTestsDataOutputs.php:16
Services
Database
test
Implementations
data
MySQL
class.ilDatabaseMySQLTestsDataOutputs.php
Generated on Thu Oct 2 2025 19:01:48 for ILIAS by
1.9.4 (using
Doxyfile
)