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