ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
class.ilDatabasePostgresTestMockData.php
Go to the documentation of this file.
1
<?
php
2
require_once(
'./Services/Database/test/Implementations/data/class.ilDatabaseCommonTestMockData.php'
);
3
9
class
ilDatabasePostgresTestMockData
extends
ilDatabaseCommonTestMockData
10
{
11
15
public
function
getNow
()
16
{
17
return
"now()"
;
18
}
19
20
25
public
function
getInsertQuery
($table_name)
26
{
27
return
"INSERT INTO "
. $table_name .
"
28
(id,is_online,is_default,latitude,longitude,elevation,address,init_mob_id,comment_mob_id,container_id)
29
VALUES
30
(58,1,0,47.05983,7.624028,2.56,'Farbweg 9, 3400 Burgdorf',78,69,456);"
;
31
}
32
}
ilDatabasePostgresTestMockData\getInsertQuery
getInsertQuery($table_name)
Definition:
class.ilDatabasePostgresTestMockData.php:25
ilDatabasePostgresTestMockData
Class ilDatabaseCommonTestMockData.
Definition:
class.ilDatabasePostgresTestMockData.php:9
ilDatabaseCommonTestMockData
Class ilDatabaseCommonTestMockData.
Definition:
class.ilDatabaseCommonTestMockData.php:8
php
ilDatabasePostgresTestMockData\getNow
getNow()
Definition:
class.ilDatabasePostgresTestMockData.php:15
Services
Database
test
Implementations
data
Postgres
class.ilDatabasePostgresTestMockData.php
Generated on Thu Jan 16 2025 19:02:21 for ILIAS by
1.8.13 (using
Doxyfile
)