ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilDatabaseCommonTestMockData. More...
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.
References array.
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.
References array.
ilDatabaseCommonTestMockData::getInputArrayForTransaction | ( | ) |
Definition at line 172 of file class.ilDatabaseCommonTestMockData.php.
References array, and getInsertQuery().
|
abstract |
$table_name |
Referenced by getInputArrayForTransaction().
ilDatabaseCommonTestMockData::getLike | ( | ) |
Definition at line 23 of file class.ilDatabaseCommonTestMockData.php.
ilDatabaseCommonTestMockData::getLocate | ( | ) |
Definition at line 32 of file class.ilDatabaseCommonTestMockData.php.
ilDatabaseCommonTestMockData::getNow | ( | ) |
Definition at line 14 of file class.ilDatabaseCommonTestMockData.php.
ilDatabaseCommonTestMockData::getTableCreateSQL | ( | $tablename, | |
$engine | |||
) |
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.