TYPO3 CMS
TYPO3_6-2
|
Public Member Functions | |
ADODB_sqlitepo () | |
![]() | |
ADODB_sqlite () | |
ServerInfo () | |
BeginTrans () | |
CommitTrans ($ok=true) | |
RollbackTrans () | |
MetaColumns ($table, $normalize=true) | |
_init ($parentDriver) | |
_insertid () | |
_affectedrows () | |
ErrorMsg () | |
ErrorNo () | |
SQLDate ($fmt, $col=false) | |
_createFunctions () | |
_connect ($argHostname, $argUsername, $argPassword, $argDatabasename) | |
_pconnect ($argHostname, $argUsername, $argPassword, $argDatabasename) | |
_query ($sql, $inputarr=false) | |
SelectLimit ($sql, $nrows=-1, $offset=-1, $inputarr=false, $secs2cache=0) | |
GenID ($seq='adodbseq', $start=1) | |
CreateSequence ($seqname='adodbseq', $start=1) | |
DropSequence ($seqname) | |
_close () | |
MetaIndexes ($table, $primary=FALSE, $owner=false, $owner=false) | |
Public Attributes | |
$databaseType = 'sqlitepo' | |
![]() | |
$databaseType = "sqlite" | |
$replaceQuote = "''" | |
$concat_operator ='||' | |
$_errorNo = 0 | |
$hasLimit = true | |
$hasInsertID = true | |
$hasAffectedRows = true | |
supports autoincrement ID? More... | |
$metaTablesSQL = "SELECT name FROM sqlite_master WHERE type='table' ORDER BY name" | |
supports affected rows for update/delete? More... | |
$sysDate = "adodb_date('Y-m-d')" | |
$sysTimeStamp = "adodb_date('Y-m-d H:i:s')" | |
$fmtTimeStamp = "'Y-m-d H:i:s'" | |
$_genSeqSQL = "create table %s (id integer)" | |
$_dropSeqSQL = 'drop table %s' | |
Definition at line 24 of file adodb-sqlitepo.inc.php.
ADODB_sqlitepo::ADODB_sqlitepo | ( | ) |
Definition at line 27 of file adodb-sqlitepo.inc.php.
References ADODB_sqlite\ADODB_sqlite().
ADODB_sqlitepo::$databaseType = 'sqlitepo' |
Definition at line 25 of file adodb-sqlitepo.inc.php.