TYPO3 CMS
TYPO3_6-2
|
Public Member Functions | |
_init ($parentDriver) | |
ServerInfo () | |
SelectLimit ($sql, $nrows=-1, $offset=-1, $inputarr=false, $secs2cache=0) | |
MetaTables () | |
MetaColumns () | |
![]() | |
ADODB_pdo () | |
_UpdatePDO () | |
Time () | |
_connect ($argDSN, $argUsername, $argPassword, $argDatabasename, $persist=false) | |
Concat () | |
_pconnect ($argDSN, $argUsername, $argPassword, $argDatabasename) | |
SelectLimit ($sql, $nrows=-1, $offset=-1, $inputarr=false, $secs2cache=0) | |
ServerInfo () | |
MetaTables ($ttype=false, $showSchema=false, $mask=false) | |
MetaColumns ($table, $normalize=true) | |
InParameter (&$stmt, &$var, $name, $maxLen=4000, $type=false) | |
OffsetDate ($dayFraction, $date=false) | |
ErrorMsg () | |
ErrorNo () | |
SetTransactionMode ($transaction_mode) | |
BeginTrans () | |
CommitTrans ($ok=true) | |
RollbackTrans () | |
Prepare ($sql) | |
PrepareStmt ($sql) | |
CreateSequence ($seqname='adodbseq', $startID=1) | |
DropSequence ($seqname='adodbseq') | |
GenID ($seqname='adodbseq', $startID=1) | |
_query ($sql, $inputarr=false) | |
_close () | |
_affectedrows () | |
_insertid () | |
Public Attributes | |
$sysDate = "'?'" | |
$sysTimeStamp = "'?'" | |
![]() | |
$databaseType = "pdo" | |
$dataProvider = "pdo" | |
$fmtDate = "'Y-m-d'" | |
$fmtTimeStamp = "'Y-m-d, h:i:sA'" | |
$replaceQuote = "''" | |
$hasAffectedRows = true | |
$_bindInputArray = true | |
$_genSeqSQL = "create table %s (id integer)" | |
$_autocommit = true | |
$_haserrorfunctions = true | |
$_lastAffectedRows = 0 | |
$_errormsg = false | |
$_errorno = false | |
$dsnType = '' | |
$stmt = false | |
Definition at line 417 of file adodb-pdo.inc.php.
ADODB_pdo_base::_init | ( | $parentDriver | ) |
Definition at line 423 of file adodb-pdo.inc.php.
ADODB_pdo_base::MetaColumns | ( | ) |
Definition at line 445 of file adodb-pdo.inc.php.
ADODB_pdo_base::MetaTables | ( | ) |
Definition at line 440 of file adodb-pdo.inc.php.
ADODB_pdo_base::SelectLimit | ( | $sql, | |
$nrows = -1 , |
|||
$offset = -1 , |
|||
$inputarr = false , |
|||
$secs2cache = 0 |
|||
) |
Definition at line 434 of file adodb-pdo.inc.php.
References $sql.
ADODB_pdo_base::ServerInfo | ( | ) |
Definition at line 429 of file adodb-pdo.inc.php.
ADODB_pdo_base::$sysDate = "'?'" |
Definition at line 419 of file adodb-pdo.inc.php.
ADODB_pdo_base::$sysTimeStamp = "'?'" |
Definition at line 420 of file adodb-pdo.inc.php.