![]() |
FOSSology
3.2.0rc1
Open Source License Compliance by Open Source Software
|


Public Member Functions | |
| __construct ($dbFileName=null) | |
| createPlainTables ($tableList, $invert=FALSE) | |
Public Member Functions inherited from Fossology\Lib\Test\TestAbstractDb | |
| createPlainTables ($tableList, $invert=false) | |
| insertData ($tableList, $invert=FALSE, $dataFile=null) | |
| insertData_license_ref ($limit=140) | |
| createViews ($viewList, $invert=FALSE) | |
| alterTables ($tableList, $invert=FALSE) | |
| & | getDbManager () |
Protected Member Functions | |
| queryConverter ($sql) | |
| convert sql string to something the drive understands More... | |
Protected Member Functions inherited from Fossology\Lib\Test\TestAbstractDb | |
| dirnameRec ($path, $depth=1) | |
| queryConverter ($sql) | |
| convert sql string to something the drive understands More... | |
| applySchema ($type, $elementList, $invert=false) | |
Private Attributes | |
| $dbFileName | |
| $logFileName | |
Additional Inherited Members | |
Protected Attributes inherited from Fossology\Lib\Test\TestAbstractDb | |
| $dbManager | |
Definition at line 30 of file TestLiteDb.php.
| Fossology\Lib\Test\TestLiteDb::createPlainTables | ( | $tableList, | |
$invert = FALSE |
|||
| ) |
| array | $tableList | |
| bool | $invert |
Definition at line 79 of file TestLiteDb.php.
|
protected |
convert sql string to something the drive understands
| string | $sql |
Definition at line 105 of file TestLiteDb.php.