TYPO3 CMS
TYPO3_6-2
|
Public Member Functions | |
_init ($parentDriver) | |
MetaTables ($ttype=false, $showSchema=false, $mask=false) | |
MetaColumns ($table, $normalize=true) | |
![]() | |
_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 | |
$concat_operator ='||' | |
$sysDate = "TRUNC(SYSDATE)" | |
$sysTimeStamp = 'SYSDATE' | |
$NLS_DATE_FORMAT = 'YYYY-MM-DD' | |
$random = "abs(mod(DBMS_RANDOM.RANDOM,10000001)/10000000)" | |
$metaTablesSQL = "select table_name,table_type from cat where table_type in ('TABLE','VIEW')" | |
$metaColumnsSQL = "select cname,coltype,width, SCALE, PRECISION, NULLS, DEFAULTVAL from col where tname='%s' order by colno" | |
$_initdate = true | |
$_hasdual = true | |
![]() | |
$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 13 of file adodb-pdo_oci.inc.php.
ADODB_pdo_oci::_init | ( | $parentDriver | ) |
Definition at line 26 of file adodb-pdo_oci.inc.php.
ADODB_pdo_oci::MetaColumns | ( | $table, | |
$normalize = true |
|||
) |
Definition at line 50 of file adodb-pdo_oci.inc.php.
References $rs.
ADODB_pdo_oci::MetaTables | ( | $ttype = false , |
|
$showSchema = false , |
|||
$mask = false |
|||
) |
Definition at line 35 of file adodb-pdo_oci.inc.php.
References $metaTablesSQL.
ADODB_pdo_oci::$_hasdual = true |
Definition at line 24 of file adodb-pdo_oci.inc.php.
ADODB_pdo_oci::$_initdate = true |
Definition at line 23 of file adodb-pdo_oci.inc.php.
ADODB_pdo_oci::$concat_operator ='||' |
Definition at line 15 of file adodb-pdo_oci.inc.php.
ADODB_pdo_oci::$metaColumnsSQL = "select cname,coltype,width, SCALE, PRECISION, NULLS, DEFAULTVAL from col where tname='%s' order by colno" |
Definition at line 21 of file adodb-pdo_oci.inc.php.
ADODB_pdo_oci::$metaTablesSQL = "select table_name,table_type from cat where table_type in ('TABLE','VIEW')" |
Definition at line 20 of file adodb-pdo_oci.inc.php.
Referenced by MetaTables().
ADODB_pdo_oci::$NLS_DATE_FORMAT = 'YYYY-MM-DD' |
Definition at line 18 of file adodb-pdo_oci.inc.php.
ADODB_pdo_oci::$random = "abs(mod(DBMS_RANDOM.RANDOM,10000001)/10000000)" |
Definition at line 19 of file adodb-pdo_oci.inc.php.
ADODB_pdo_oci::$sysDate = "TRUNC(SYSDATE)" |
Definition at line 16 of file adodb-pdo_oci.inc.php.
ADODB_pdo_oci::$sysTimeStamp = 'SYSDATE' |
Definition at line 17 of file adodb-pdo_oci.inc.php.