TYPO3 CMS
TYPO3_6-2
|
Public Member Functions | |
ADODB_oci805 () | |
SelectLimit ($sql, $nrows=-1, $offset=-1, $inputarr=false, $secs2cache=0) | |
![]() | |
ADODB_oci8 () | |
MetaColumns ($table, $normalize=true) | |
Time () | |
_connect ($argHostname, $argUsername, $argPassword, $argDatabasename=null, $mode=0) | |
ServerInfo () | |
_pconnect ($argHostname, $argUsername, $argPassword, $argDatabasename) | |
_nconnect ($argHostname, $argUsername, $argPassword, $argDatabasename) | |
_affectedrows () | |
IfNull ( $field, $ifNull) | |
DBDate ($d, $isfld=false) | |
BindDate ($d) | |
BindTimeStamp ($ts) | |
DBTimeStamp ($ts, $isfld=false) | |
RowLock ($tables, $where, $col='1 as adodbignore') | |
MetaTables ($ttype=false, $showSchema=false, $mask=false) | |
MetaIndexes ($table, $primary=FALSE, $owner=false) | |
BeginTrans () | |
CommitTrans ($ok=true) | |
RollbackTrans () | |
SelectDB ($dbName) | |
ErrorMsg () | |
ErrorNo () | |
SQLDate ($fmt, $col=false) | |
GetRandRow ($sql, $arr=false) | |
SelectLimit ($sql, $nrows=-1, $offset=-1, $inputarr=false, $secs2cache=0) | |
UpdateBlob ($table, $column, $val, $where, $blobtype='BLOB') | |
UpdateBlobFile ($table, $column, $val, $where, $blobtype='BLOB') | |
Execute ($sql, $inputarr=false) | |
Prepare ($sql, $cursor=false) | |
ExecuteCursor ($sql, $cursorName='rs', $params=false) | |
Bind (&$stmt, &$var, $size=4000, $type=false, $name=false, $isOutput=false) | |
Param ($name, $type='C') | |
Parameter (&$stmt, &$var, $name, $isOutput=false, $maxLen=4000, $type=false) | |
_query ($sql, $inputarr=false) | |
IsConnectionError ($err) | |
_close () | |
MetaPrimaryKeys ($table, $owner=false, $internalKey=false) | |
MetaForeignKeys ($table, $owner=false, $upper=false) | |
CharMax () | |
TextMax () | |
qstr ($s, $magic_quotes=false) | |
Public Attributes | |
$databaseType = "oci805" | |
$connectSID = true | |
![]() | |
$databaseType = 'oci8' | |
$dataProvider = 'oci8' | |
$replaceQuote = "''" | |
$concat_operator ='||' | |
$sysDate = "TRUNC(SYSDATE)" | |
$sysTimeStamp = 'SYSDATE' | |
$metaDatabasesSQL = "SELECT USERNAME FROM ALL_USERS WHERE USERNAME NOT IN ('SYS','SYSTEM','DBSNMP','OUTLN') ORDER BY 1" | |
$_stmt | |
$_commit = OCI_COMMIT_ON_SUCCESS | |
$_initdate = true | |
$metaTablesSQL = "select table_name,table_type from cat where table_type in ('TABLE','VIEW') and table_name not like 'BIN\$%'" | |
$metaColumnsSQL = "select cname,coltype,width, SCALE, PRECISION, NULLS, DEFAULTVAL from col where tname='%s' order by colno" | |
$metaColumnsSQL2 | |
$_bindInputArray = true | |
$hasGenID = true | |
$_genIDSQL = "SELECT (%s.nextval) FROM DUAL" | |
$_genSeqSQL | |
$_dropSeqSQL = "DROP SEQUENCE %s" | |
$hasAffectedRows = true | |
$random = "abs(mod(DBMS_RANDOM.RANDOM,10000001)/10000000)" | |
$noNullStrings = false | |
$connectSID = false | |
$_bind = false | |
$_nestedSQL = true | |
$_hasOciFetchStatement = false | |
$_getarray = false | |
$leftOuter = '' | |
$session_sharing_force_blob = false | |
$firstrows = true | |
$selectOffsetAlg1 = 1000 | |
$NLS_DATE_FORMAT = 'YYYY-MM-DD' | |
$dateformat = 'YYYY-MM-DD' | |
$useDBDateFormatForTextInput =false | |
$datetime = false | |
$_refLOBs = array() | |
Definition at line 20 of file adodb-oci805.inc.php.
ADODB_oci805::ADODB_oci805 | ( | ) |
Definition at line 24 of file adodb-oci805.inc.php.
References ADODB_oci8\ADODB_oci8().
ADODB_oci805::SelectLimit | ( | $sql, | |
$nrows = -1 , |
|||
$offset = -1 , |
|||
$inputarr = false , |
|||
$secs2cache = 0 |
|||
) |
Definition at line 29 of file adodb-oci805.inc.php.
References $sql.
ADODB_oci805::$connectSID = true |
Definition at line 22 of file adodb-oci805.inc.php.
ADODB_oci805::$databaseType = "oci805" |
Definition at line 21 of file adodb-oci805.inc.php.