ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ 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
15
public
function
getCreationQueryBuildByILIAS
($table_name) {
16
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)"
;
17
}
18
}
php
An exception for terminatinating execution or to throw for unit testing.
ilDatabaseCommonTestsDataOutputs
Class ilDatabaseCommonTestsDataOutputs.
Definition:
class.ilDatabaseCommonTestsDataOutputs.php:8
ilDatabaseMySQLTestsDataOutputs
Class ilDatabaseCommonTestsDataOutputs.
Definition:
class.ilDatabaseMySQLTestsDataOutputs.php:9
ilDatabaseMySQLTestsDataOutputs\getCreationQueryBuildByILIAS
getCreationQueryBuildByILIAS($table_name)
Definition:
class.ilDatabaseMySQLTestsDataOutputs.php:15
Services
Database
test
Implementations
data
MySQL
class.ilDatabaseMySQLTestsDataOutputs.php
Generated on Fri Oct 31 2025 19:01:04 for ILIAS by
1.9.4 (using
Doxyfile
)