Öffentliche Methoden |
|
| 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) |
|
| MetaTables ($ttype=false) |
|
| ODBCTypes ($t) |
|
| MetaColumns ($table, $normalize=true) |
|
| Prepare ($sql) |
|
| _query ($sql, $inputarr=false) |
|
| UpdateBlob ($table, $column, $val, $where, $blobtype='BLOB') |
|
| _close () |
|
| _affectedrows () |
Datenfelder |
|
| $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' |
Ausführliche Beschreibung
Definiert in Zeile 22 der Datei adodb-odbc.inc.php.
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: