ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
class.ilDatabaseMySQLTestMockData.php
Go to the documentation of this file.
1 <?php
2 require_once('./Services/Database/test/Implementations/data/class.ilDatabaseCommonTestMockData.php');
3 
10 
15  public function getInsertQuery($table_name) {
16  return "INSERT INTO `" . $table_name . "`
17  (`id`,`is_online`,`is_default`,`latitude`,`longitude`,`elevation`,`address`,`init_mob_id`,`comment_mob_id`,`container_id`)
18  VALUES
19  (58,1,0,47.05983,7.624028,2.56,'Farbweg 9, 3400 Burgdorf',78,69,456);";
20  }
21 }
Class ilDatabaseCommonTestMockData.
Class ilDatabaseCommonTestMockData.