ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
TestCase for the ilDatabaseMDB2PostgresTest. More...
Protected Member Functions | |
getDBInstance () | |
getTableName () | |
![]() | |
setUp () | |
getIniFile () | |
connect (ilDBInterface $ilDBInterface, $missing_ini=false) | |
getTableName () | |
tearDown () | |
getDBInstance () | |
changeGlobal (ilDBInterface $ilDBInterface) | |
changeBack () | |
normalizeSQL ($sql) | |
normalizetableName ($sql) | |
Protected Attributes | |
$ini_file = '/var/www/ilias/data/psql/client.ini.php' | |
![]() | |
$error_reporting_backup = 0 | |
$backupGlobals = false | |
$db | |
$mock | |
$outputs | |
$ildb_backup | |
$type = '' | |
$ini_file = '/var/www/ilias/data/trunk/client.ini.php' | |
$set_up = false | |
Additional Inherited Members | |
![]() | |
testInstance () | |
Test instance implements ilDBInterface and is ilDBInnoDB. More... | |
testConnection () | |
testCreateDatabase () | |
@depends testConnection More... | |
testInsertNative () | |
@depends testConnection More... | |
testQueryUtils () | |
testUpdateNative () | |
@depends testConnection More... | |
testInsertSQL () | |
@depends testConnection More... | |
testSelectUsrData () | |
testIndices () | |
@depends testConnection More... | |
testTableColums () | |
@depends testConnection More... | |
testSequences () | |
@depends testConnection More... | |
testDBAnalyser () | |
@depends testConnection More... | |
testDropSequence () | |
@depends testConnection More... | |
testConstraints () | |
testChangeTableName () | |
@depends testConnection More... | |
testRenameTableColumn () | |
@depends testConnection More... | |
testModifyTableColumn () | |
@depends testConnection More... | |
testLockTables () | |
@depends testConnection More... | |
testTransactions () | |
@depends testConnection More... | |
testDropTable () | |
@depends testConnection More... | |
![]() | |
const | INDEX_NAME = 'i1' |
const | TABLE_NAME = 'il_ut_en' |
const | CREATE_TABLE_ARRAY_KEY = 'create table' |
TestCase for the ilDatabaseMDB2PostgresTest.
@group needsInstalledILIAS
Definition at line 34 of file ilDatabaseMDB2PostgresTest.php.
|
protected |
Reimplemented from ilDatabaseImplementationBaseTest.
Definition at line 46 of file ilDatabaseMDB2PostgresTest.php.
|
protected |
Reimplemented from ilDatabaseImplementationBaseTest.
Definition at line 56 of file ilDatabaseMDB2PostgresTest.php.
|
protected |
Definition at line 39 of file ilDatabaseMDB2PostgresTest.php.