ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilDatabaseMDB2PostgresTest Class Reference

TestCase for the ilDatabaseMDB2PostgresTest. More...

+ Inheritance diagram for ilDatabaseMDB2PostgresTest:
+ Collaboration diagram for ilDatabaseMDB2PostgresTest:

Protected Member Functions

 getDBInstance ()
 
 getTableName ()
 
- Protected Member Functions inherited from ilDatabaseImplementationBaseTest
 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'
 
- Protected Attributes inherited from ilDatabaseImplementationBaseTest
 $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

- Public Member Functions inherited from ilDatabaseImplementationBaseTest
 testInstance ()
 Test instance implements ilDBInterface and is ilDBInnoDB. More...
 
 testConnection ()
 
 testCreateDatabase ()
 testConnection More...
 
 testInsertNative ()
 testConnection More...
 
 testQueryUtils ()
 
 testUpdateNative ()
 testConnection More...
 
 testInsertSQL ()
 testConnection More...
 
 testSelectUsrData ()
 
 testIndices ()
 testConnection More...
 
 testTableColums ()
 testConnection More...
 
 testSequences ()
 testConnection More...
 
 testDBAnalyser ()
 testConnection More...
 
 testDropSequence ()
 testConnection More...
 
 testConstraints ()
 
 testChangeTableName ()
 testConnection More...
 
 testRenameTableColumn ()
 testConnection More...
 
 testModifyTableColumn ()
 testConnection More...
 
 testLockTables ()
 testConnection More...
 
 testTransactions ()
 testConnection More...
 
 testDropTable ()
 testConnection More...
 
- Data Fields inherited from ilDatabaseImplementationBaseTest
const INDEX_NAME = 'i1'
 
const TABLE_NAME = 'il_ut_en'
 
const CREATE_TABLE_ARRAY_KEY = 'create table'
 

Detailed Description

TestCase for the ilDatabaseMDB2PostgresTest.

needsInstalledILIAS

Author
Fabian Schmid fs@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch
Version
1.0.0

Definition at line 34 of file ilDatabaseMDB2PostgresTest.php.

Member Function Documentation

◆ getDBInstance()

ilDatabaseMDB2PostgresTest::getDBInstance ( )
protected
Returns
Exceptions

Definition at line 46 of file ilDatabaseMDB2PostgresTest.php.

46  {
47  include_once("./Services/Database/classes/MDB2/class.ilDBPostgreSQL.php");
48 
49  return new ilDBPostgreSQL();
50  }
PostreSQL Database Wrapper.

◆ getTableName()

ilDatabaseMDB2PostgresTest::getTableName ( )
protected
Returns
string

Definition at line 56 of file ilDatabaseMDB2PostgresTest.php.

56  {
57  return strtolower(self::TABLE_NAME . '_mdb_p');
58  }

Field Documentation

◆ $ini_file

ilDatabaseMDB2PostgresTest::$ini_file = '/var/www/ilias/data/psql/client.ini.php'
protected

Definition at line 39 of file ilDatabaseMDB2PostgresTest.php.


The documentation for this class was generated from the following file: