ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
class.ilDatabaseMySQLTestsDataOutputs.php
Go to the documentation of this file.
1<?php
2require_once('./Services/Database/test/Implementations/data/class.ilDatabaseCommonTestsDataOutputs.php');
3
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}
An exception for terminatinating execution or to throw for unit testing.
Class ilDatabaseCommonTestsDataOutputs.
Class ilDatabaseCommonTestsDataOutputs.