TYPO3 CMS
TYPO3_6-2
|
Public Member Functions | |
ADODB_odbc_oracle () | |
MetaTables () | |
MetaColumns ($table, $normalize=true) | |
_connect ($argDSN, $argUsername, $argPassword, $argDatabasename) | |
_pconnect ($argDSN, $argUsername, $argPassword, $argDatabasename) | |
![]() | |
ADODB_odbc () | |
_connect ($argDSN, $argUsername, $argPassword, $argDatabasename) | |
_pconnect ($argDSN, $argUsername, $argPassword, $argDatabasename) | |
ServerInfo () | |
CreateSequence ($seqname='adodbseq', $start=1) | |
DropSequence ($seqname) | |
GenID ($seq='adodbseq', $start=1) | |
ErrorMsg () | |
ErrorNo () | |
BeginTrans () | |
CommitTrans ($ok=true) | |
RollbackTrans () | |
MetaPrimaryKeys ($table, $owner=false) | |
MetaTables ($ttype=false, $showSchema=false, $mask=false) | |
ODBCTypes ($t) | |
MetaColumns ($table, $normalize=true) | |
Prepare ($sql) | |
_query ($sql, $inputarr=false) | |
UpdateBlob ($table, $column, $val, $where, $blobtype='BLOB') | |
_close () | |
_affectedrows () | |
Public Attributes | |
$databaseType = 'odbc_oracle' | |
$replaceQuote = "''" | |
$concat_operator ='||' | |
$fmtDate = "'Y-m-d 00:00:00'" | |
$fmtTimeStamp = "'Y-m-d h:i:sA'" | |
$metaTablesSQL = 'select table_name from cat' | |
$metaColumnsSQL = "select cname,coltype,width from col where tname='%s' order by colno" | |
$sysDate = "TRUNC(SYSDATE)" | |
$sysTimeStamp = 'SYSDATE' | |
![]() | |
$databaseType = "odbc" | |
$fmtDate = "'Y-m-d'" | |
$fmtTimeStamp = "'Y-m-d, h:i:sA'" | |
$replaceQuote = "''" | |
$dataProvider = "odbc" | |
$hasAffectedRows = true | |
$binmode = ODBC_BINMODE_RETURN | |
$useFetchArray = false | |
$_bindInputArray = false | |
$curmode = SQL_CUR_USE_DRIVER | |
$_genSeqSQL = "create table %s (id integer)" | |
$_autocommit = true | |
$_haserrorfunctions = true | |
$_has_stupid_odbc_fetch_api_change = true | |
$_lastAffectedRows = 0 | |
$uCaseTables = true | |
$_dropSeqSQL = 'drop table %s' | |
Definition at line 21 of file adodb-odbc_oracle.inc.php.
ADODB_odbc_oracle::_connect | ( | $argDSN, | |
$argUsername, | |||
$argPassword, | |||
$argDatabasename | |||
) |
Definition at line 80 of file adodb-odbc_oracle.inc.php.
ADODB_odbc_oracle::_pconnect | ( | $argDSN, | |
$argUsername, | |||
$argPassword, | |||
$argDatabasename | |||
) |
Definition at line 93 of file adodb-odbc_oracle.inc.php.
ADODB_odbc_oracle::ADODB_odbc_oracle | ( | ) |
Definition at line 34 of file adodb-odbc_oracle.inc.php.
References ADODB_odbc\ADODB_odbc().
ADODB_odbc_oracle::MetaColumns | ( | $table, | |
$normalize = true |
|||
) |
Definition at line 53 of file adodb-odbc_oracle.inc.php.
References $rs.
ADODB_odbc_oracle::MetaTables | ( | ) |
Definition at line 39 of file adodb-odbc_oracle.inc.php.
References $rs.
ADODB_odbc_oracle::$concat_operator ='||' |
Definition at line 24 of file adodb-odbc_oracle.inc.php.
ADODB_odbc_oracle::$databaseType = 'odbc_oracle' |
Definition at line 22 of file adodb-odbc_oracle.inc.php.
ADODB_odbc_oracle::$fmtDate = "'Y-m-d 00:00:00'" |
Definition at line 25 of file adodb-odbc_oracle.inc.php.
ADODB_odbc_oracle::$fmtTimeStamp = "'Y-m-d h:i:sA'" |
Definition at line 26 of file adodb-odbc_oracle.inc.php.
ADODB_odbc_oracle::$metaColumnsSQL = "select cname,coltype,width from col where tname='%s' order by colno" |
Definition at line 28 of file adodb-odbc_oracle.inc.php.
ADODB_odbc_oracle::$metaTablesSQL = 'select table_name from cat' |
Definition at line 27 of file adodb-odbc_oracle.inc.php.
ADODB_odbc_oracle::$replaceQuote = "''" |
Definition at line 23 of file adodb-odbc_oracle.inc.php.
ADODB_odbc_oracle::$sysDate = "TRUNC(SYSDATE)" |
Definition at line 29 of file adodb-odbc_oracle.inc.php.
ADODB_odbc_oracle::$sysTimeStamp = 'SYSDATE' |
Definition at line 30 of file adodb-odbc_oracle.inc.php.