|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilDatabaseCommonTestMockData. More...
Inheritance diagram for ilDatabaseCommonTestMockData:
Collaboration diagram for ilDatabaseCommonTestMockData:Public Member Functions | |
| getNow () | |
| getLike () | |
| getLocate () | |
| getConcat ($allow_null=true) | |
| getDBFields () | |
| getInputArray ($update_mob_id=false, $blob_null=true, $with_clob=true) | |
| getInputArrayForTransaction () | |
| getInsertQuery ($table_name) | |
| getTableCreateSQL ($tablename, $engine) | |
| getTableCreateSQLAfterRename ($tablename, $engine, $supports_fulltext) | |
| getTableCreateSQLAfterAlter ($tablename, $engine, $supports_fulltext) | |
Class ilDatabaseCommonTestMockData.
Definition at line 8 of file class.ilDatabaseCommonTestMockData.php.
| ilDatabaseCommonTestMockData::getConcat | ( | $allow_null = true | ) |
Definition at line 41 of file class.ilDatabaseCommonTestMockData.php.
| ilDatabaseCommonTestMockData::getDBFields | ( | ) |
Definition at line 54 of file class.ilDatabaseCommonTestMockData.php.
| ilDatabaseCommonTestMockData::getInputArray | ( | $update_mob_id = false, |
|
$blob_null = true, |
|||
$with_clob = true |
|||
| ) |
| bool | $update_mob_id | |
| bool | $blob_null |
Definition at line 114 of file class.ilDatabaseCommonTestMockData.php.
| ilDatabaseCommonTestMockData::getInputArrayForTransaction | ( | ) |
Definition at line 172 of file class.ilDatabaseCommonTestMockData.php.
|
abstract |
| $table_name |
Reimplemented in ilDatabaseMySQLTestMockData, and ilDatabasePostgresTestMockData.
| ilDatabaseCommonTestMockData::getLike | ( | ) |
Definition at line 23 of file class.ilDatabaseCommonTestMockData.php.
| ilDatabaseCommonTestMockData::getLocate | ( | ) |
Definition at line 32 of file class.ilDatabaseCommonTestMockData.php.
| ilDatabaseCommonTestMockData::getNow | ( | ) |
Reimplemented in ilDatabasePostgresTestMockData.
Definition at line 14 of file class.ilDatabaseCommonTestMockData.php.
| ilDatabaseCommonTestMockData::getTableCreateSQL | ( | $tablename, | |
| $engine | |||
| ) |
Definition at line 203 of file class.ilDatabaseCommonTestMockData.php.
| ilDatabaseCommonTestMockData::getTableCreateSQLAfterAlter | ( | $tablename, | |
| $engine, | |||
| $supports_fulltext | |||
| ) |
Definition at line 250 of file class.ilDatabaseCommonTestMockData.php.
| ilDatabaseCommonTestMockData::getTableCreateSQLAfterRename | ( | $tablename, | |
| $engine, | |||
| $supports_fulltext | |||
| ) |
Definition at line 224 of file class.ilDatabaseCommonTestMockData.php.