Public Member Functions | |
| ADODB_ads () | |
| _connect ($argDSN, $argUsername, $argPassword, $argDatabasename) | |
| _pconnect ($argDSN, $argUsername, $argPassword, $argDatabasename) | |
| ServerInfo () | |
| CreateSequence ($seqname, $start=1) | |
| DropSequence ($seqname) | |
| GenID ($seqname, $start=1) | |
| ErrorMsg () | |
| ErrorNo () | |
| BeginTrans () | |
| CommitTrans ($ok=true) | |
| RollbackTrans () | |
| & | MetaTables ($ttype) |
| & | MetaPrimaryKeys ($table) |
| ODBCTypes ($t) | |
| & | MetaColumns ($table) |
| & | MetaColumnNames ($table) |
| Prepare ($sql) | |
| _query ($sql, $inputarr=false) | |
| UpdateBlob ($table, $column, $val, $where, $blobtype='BLOB') | |
| _close () | |
| _affectedrows () | |
Public Attributes | |
| $databaseType = "ads" | |
| $fmt = "'m-d-Y'" | |
| $fmtTimeStamp = "'Y-m-d H:i:s'" | |
| $concat_operator = '' | |
| $replaceQuote = "''" | |
| $dataProvider = "ads" | |
| $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 | |
Definition at line 47 of file adodb-ads.inc.php.
| ADODB_ads::_affectedrows | ( | ) |
Definition at line 638 of file adodb-ads.inc.php.
| ADODB_ads::_close | ( | ) |
Definition at line 631 of file adodb-ads.inc.php.
| ADODB_ads::_connect | ( | $ | argDSN, | |
| $ | argUsername, | |||
| $ | argPassword, | |||
| $ | argDatabasename | |||
| ) |
Definition at line 76 of file adodb-ads.inc.php.
References debug().

| ADODB_ads::_pconnect | ( | $ | argDSN, | |
| $ | argUsername, | |||
| $ | argPassword, | |||
| $ | argDatabasename | |||
| ) |
Definition at line 95 of file adodb-ads.inc.php.
References debug().

| ADODB_ads::_query | ( | $ | sql, | |
| $ | inputarr = false | |||
| ) |
Definition at line 520 of file adodb-ads.inc.php.
References $sql.
| ADODB_ads::ADODB_ads | ( | ) |
Definition at line 69 of file adodb-ads.inc.php.
| ADODB_ads::BeginTrans | ( | ) |
Definition at line 224 of file adodb-ads.inc.php.
| ADODB_ads::CommitTrans | ( | $ | ok = true |
) |
Definition at line 233 of file adodb-ads.inc.php.
References RollbackTrans().

| ADODB_ads::CreateSequence | ( | $ | seqname, | |
| $ | start = 1 | |||
| ) |
Definition at line 139 of file adodb-ads.inc.php.
References $res, and ErrorMsg().

| ADODB_ads::DropSequence | ( | $ | seqname | ) |
Definition at line 152 of file adodb-ads.inc.php.
References $res, and ErrorMsg().

| ADODB_ads::ErrorMsg | ( | ) |
Definition at line 193 of file adodb-ads.inc.php.
Referenced by CreateSequence(), DropSequence(), GenID(), MetaColumnNames(), MetaPrimaryKeys(), MetaTables(), and ServerInfo().

| ADODB_ads::ErrorNo | ( | ) |
Definition at line 203 of file adodb-ads.inc.php.
| ADODB_ads::GenID | ( | $ | seqname, | |
| $ | start = 1 | |||
| ) |
Definition at line 167 of file adodb-ads.inc.php.
References $res, and ErrorMsg().

| & ADODB_ads::MetaColumnNames | ( | $ | table | ) |
Definition at line 489 of file adodb-ads.inc.php.
References ErrorMsg().

| & ADODB_ads::MetaColumns | ( | $ | table | ) |
Definition at line 381 of file adodb-ads.inc.php.
References $rs, and ODBCTypes().

| & ADODB_ads::MetaPrimaryKeys | ( | $ | table | ) |
Definition at line 297 of file adodb-ads.inc.php.
References ErrorMsg().

| & ADODB_ads::MetaTables | ( | $ | ttype | ) |
Definition at line 257 of file adodb-ads.inc.php.
References ErrorMsg().

| ADODB_ads::ODBCTypes | ( | $ | t | ) |
Definition at line 341 of file adodb-ads.inc.php.
Referenced by MetaColumns().

| ADODB_ads::Prepare | ( | $ | sql | ) |
Definition at line 508 of file adodb-ads.inc.php.
References $sql.
Referenced by ServerInfo().

| ADODB_ads::RollbackTrans | ( | ) |
Definition at line 244 of file adodb-ads.inc.php.
Referenced by CommitTrans().

| ADODB_ads::ServerInfo | ( | ) |
Definition at line 118 of file adodb-ads.inc.php.
References $res, ErrorMsg(), and Prepare().

| ADODB_ads::UpdateBlob | ( | $ | table, | |
| $ | column, | |||
| $ | val, | |||
| $ | where, | |||
| $ | blobtype = 'BLOB' | |||
| ) |
Definition at line 612 of file adodb-ads.inc.php.
References $sql.
| ADODB_ads::$_autocommit = true |
Definition at line 62 of file adodb-ads.inc.php.
| ADODB_ads::$_bindInputArray = false |
Definition at line 59 of file adodb-ads.inc.php.
| ADODB_ads::$_genSeqSQL = "create table %s (id integer)" |
Definition at line 61 of file adodb-ads.inc.php.
| ADODB_ads::$_has_stupid_odbc_fetch_api_change = true |
Definition at line 64 of file adodb-ads.inc.php.
| ADODB_ads::$_haserrorfunctions = true |
Definition at line 63 of file adodb-ads.inc.php.
| ADODB_ads::$_lastAffectedRows = 0 |
Definition at line 65 of file adodb-ads.inc.php.
| ADODB_ads::$binmode = ODBC_BINMODE_RETURN |
Definition at line 55 of file adodb-ads.inc.php.
| ADODB_ads::$concat_operator = '' |
Definition at line 51 of file adodb-ads.inc.php.
| ADODB_ads::$curmode = SQL_CUR_USE_DRIVER |
Definition at line 60 of file adodb-ads.inc.php.
| ADODB_ads::$databaseType = "ads" |
Definition at line 48 of file adodb-ads.inc.php.
| ADODB_ads::$dataProvider = "ads" |
Definition at line 53 of file adodb-ads.inc.php.
| ADODB_ads::$fmt = "'m-d-Y'" |
Definition at line 49 of file adodb-ads.inc.php.
| ADODB_ads::$fmtTimeStamp = "'Y-m-d H:i:s'" |
Definition at line 50 of file adodb-ads.inc.php.
| ADODB_ads::$hasAffectedRows = true |
Definition at line 54 of file adodb-ads.inc.php.
| ADODB_ads::$replaceQuote = "''" |
Definition at line 52 of file adodb-ads.inc.php.
| ADODB_ads::$uCaseTables = true |
Definition at line 66 of file adodb-ads.inc.php.
| ADODB_ads::$useFetchArray = false |
Definition at line 56 of file adodb-ads.inc.php.
1.7.1