|
| __construct ($dbName=null, $sysConf=null) |
|
| getFossSysConf () |
|
| fullDestruct () |
|
| isInFossyGroup () |
|
| createPlainTables ($tableList, $invert=false) |
|
| resetSequenceAsMaxOf ($sequenceName, $tableName, $columnName) |
|
| createSequences ($seqList, $invert=FALSE) |
|
| createConstraints ($cList, $invert=FALSE) |
|
| createInheritedTables ($tableList=array()) |
|
| createInheritedArsTables ($agents) |
|
| setupSysconfig () |
|
| insertData ($tableList, $invert=FALSE, $dataFile=null) |
|
| insertData_license_ref ($limit=140) |
|
| createViews ($viewList, $invert=FALSE) |
|
| alterTables ($tableList, $invert=FALSE) |
|
& | getDbManager () |
|
|
| dropAllTables () |
|
| dropAllSequences () |
|
|
| $dbName |
|
| $logFileName |
|
| $connection |
|
| $sys_conf |
|
|
| dirnameRec ($path, $depth=1) |
|
| queryConverter ($sql) |
| convert sql string to something the drive understands More...
|
|
| applySchema ($type, $elementList, $invert=false) |
|
| $dbManager |
|
Definition at line 20 of file TestPgDb.php.
◆ createConstraints()
Fossology\Lib\Test\TestPgDb::createConstraints |
( |
|
$cList, |
|
|
|
$invert = FALSE |
|
) |
| |
◆ createInheritedTables()
Fossology\Lib\Test\TestPgDb::createInheritedTables |
( |
|
$tableList = array() | ) |
|
- Parameters
-
string[] | $tableList | array of table names or empty for all tables |
Definition at line 167 of file TestPgDb.php.
◆ createPlainTables()
Fossology\Lib\Test\TestPgDb::createPlainTables |
( |
|
$tableList, |
|
|
|
$invert = false |
|
) |
| |
◆ createSequences()
Fossology\Lib\Test\TestPgDb::createSequences |
( |
|
$seqList, |
|
|
|
$invert = FALSE |
|
) |
| |
- Parameters
-
array | $seqList | |
bool | $invert | |
Definition at line 150 of file TestPgDb.php.
◆ setupSysconfig()
Fossology\Lib\Test\TestPgDb::setupSysconfig |
( |
| ) |
|
The documentation for this class was generated from the following file: