TYPO3 CMS
TYPO3_6-2
|
Public Member Functions | |
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" | |
$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 22 of file adodb-odbc.inc.php.
ADODB_odbc::_affectedrows | ( | ) |
Definition at line 590 of file adodb-odbc.inc.php.
References $_lastAffectedRows.
ADODB_odbc::_close | ( | ) |
Definition at line 583 of file adodb-odbc.inc.php.
ADODB_odbc::_connect | ( | $argDSN, | |
$argUsername, | |||
$argPassword, | |||
$argDatabasename | |||
) |
Definition at line 49 of file adodb-odbc.inc.php.
ADODB_odbc::_pconnect | ( | $argDSN, | |
$argUsername, | |||
$argPassword, | |||
$argDatabasename | |||
) |
Definition at line 72 of file adodb-odbc.inc.php.
References debug().
ADODB_odbc::_query | ( | $sql, | |
$inputarr = false |
|||
) |
Definition at line 502 of file adodb-odbc.inc.php.
References $sql.
Referenced by ADODB_odbc_mssql\_query().
ADODB_odbc::ADODB_odbc | ( | ) |
Definition at line 42 of file adodb-odbc.inc.php.
Referenced by ADODB_odbc_mssql\ADODB_odbc_mssql(), and ADODB_odbc_oracle\ADODB_odbc_oracle().
ADODB_odbc::BeginTrans | ( | ) |
Definition at line 213 of file adodb-odbc.inc.php.
ADODB_odbc::CommitTrans | ( | $ok = true | ) |
Definition at line 222 of file adodb-odbc.inc.php.
References RollbackTrans().
ADODB_odbc::CreateSequence | ( | $seqname = 'adodbseq' , |
|
$start = 1 |
|||
) |
Definition at line 125 of file adodb-odbc.inc.php.
ADODB_odbc::DropSequence | ( | $seqname | ) |
Definition at line 135 of file adodb-odbc.inc.php.
ADODB_odbc::ErrorMsg | ( | ) |
Definition at line 183 of file adodb-odbc.inc.php.
ADODB_odbc::ErrorNo | ( | ) |
Definition at line 192 of file adodb-odbc.inc.php.
ADODB_odbc::GenID | ( | $seq = 'adodbseq' , |
|
$start = 1 |
|||
) |
Definition at line 147 of file adodb-odbc.inc.php.
ADODB_odbc::MetaColumns | ( | $table, | |
$normalize = true |
|||
) |
Definition at line 383 of file adodb-odbc.inc.php.
References $_has_stupid_odbc_fetch_api_change, $rs, and ODBCTypes().
ADODB_odbc::MetaPrimaryKeys | ( | $table, | |
$owner = false |
|||
) |
Definition at line 243 of file adodb-odbc.inc.php.
References $_has_stupid_odbc_fetch_api_change, and $rs.
ADODB_odbc::MetaTables | ( | $ttype = false , |
|
$showSchema = false , |
|||
$mask = false |
|||
) |
Definition at line 277 of file adodb-odbc.inc.php.
References $_has_stupid_odbc_fetch_api_change, and $rs.
ADODB_odbc::ODBCTypes | ( | $t | ) |
Definition at line 343 of file adodb-odbc.inc.php.
Referenced by MetaColumns().
ADODB_odbc::Prepare | ( | $sql | ) |
Definition at line 490 of file adodb-odbc.inc.php.
References $sql.
ADODB_odbc::RollbackTrans | ( | ) |
Definition at line 233 of file adodb-odbc.inc.php.
Referenced by CommitTrans().
ADODB_odbc::ServerInfo | ( | ) |
Definition at line 95 of file adodb-odbc.inc.php.
ADODB_odbc::UpdateBlob | ( | $table, | |
$column, | |||
$val, | |||
$where, | |||
$blobtype = 'BLOB' |
|||
) |
Definition at line 577 of file adodb-odbc.inc.php.
ADODB_odbc::$_autocommit = true |
Definition at line 36 of file adodb-odbc.inc.php.
ADODB_odbc::$_bindInputArray = false |
Definition at line 33 of file adodb-odbc.inc.php.
ADODB_odbc::$_dropSeqSQL = 'drop table %s' |
Definition at line 134 of file adodb-odbc.inc.php.
ADODB_odbc::$_genSeqSQL = "create table %s (id integer)" |
Definition at line 35 of file adodb-odbc.inc.php.
ADODB_odbc::$_has_stupid_odbc_fetch_api_change = true |
Definition at line 38 of file adodb-odbc.inc.php.
Referenced by MetaColumns(), MetaPrimaryKeys(), and MetaTables().
ADODB_odbc::$_haserrorfunctions = true |
Definition at line 37 of file adodb-odbc.inc.php.
ADODB_odbc::$_lastAffectedRows = 0 |
Definition at line 39 of file adodb-odbc.inc.php.
Referenced by _affectedrows().
ADODB_odbc::$binmode = ODBC_BINMODE_RETURN |
Definition at line 29 of file adodb-odbc.inc.php.
ADODB_odbc::$curmode = SQL_CUR_USE_DRIVER |
Definition at line 34 of file adodb-odbc.inc.php.
ADODB_odbc::$databaseType = "odbc" |
Definition at line 23 of file adodb-odbc.inc.php.
ADODB_odbc::$dataProvider = "odbc" |
Definition at line 27 of file adodb-odbc.inc.php.
ADODB_odbc::$fmtDate = "'Y-m-d'" |
Definition at line 24 of file adodb-odbc.inc.php.
ADODB_odbc::$fmtTimeStamp = "'Y-m-d, h:i:sA'" |
Definition at line 25 of file adodb-odbc.inc.php.
ADODB_odbc::$hasAffectedRows = true |
Definition at line 28 of file adodb-odbc.inc.php.
ADODB_odbc::$replaceQuote = "''" |
Definition at line 26 of file adodb-odbc.inc.php.
ADODB_odbc::$uCaseTables = true |
Definition at line 40 of file adodb-odbc.inc.php.
ADODB_odbc::$useFetchArray = false |
Definition at line 30 of file adodb-odbc.inc.php.