

Fonctions membres publiques | |
| ADODB_SAPDB () | |
| ServerInfo () | |
| MetaPrimaryKeys ($table) | |
| & | MetaIndexes ($table, $primary=FALSE) |
| & | MetaColumns ($table) |
| MetaColumnNames ($table) | |
| _insertid ($table, $column) | |
Attributs publics | |
| $databaseType = "sapdb" | |
| $concat_operator = '||' | |
| maximum size of blobs or large text fields (262144 = 256K)-- some db's die otherwise like foxpro | |
| $sysDate = 'DATE' | |
| Use 'true' to store the item compressed (uses zlib). | |
| $sysTimeStamp = 'TIMESTAMP' | |
| name of function that returns the current date | |
| $fmtDate = "'Y-m-d'" | |
| uppercase function | |
| $fmtTimeStamp = "'Y-m-d H:i:s'" | |
| used by DBDate() as the default date format used by the database | |
| $hasInsertId = true | |
| used by DBTimeStamp as the default timestamp fmt. | |
| $_bindInputArray = true | |
| A boolean variable to state whether its a persistent connection or normal connection. */. | |
| ADODB_SAPDB::ADODB_SAPDB | ( | ) |
| ADODB_SAPDB::ServerInfo | ( | ) |
Get server version info...
Réimplémentée à partir de ADODB_odbc.
| ADODB_SAPDB::MetaPrimaryKeys | ( | $ | table | ) |
Réimplémentée à partir de ADODB_odbc.
| & ADODB_SAPDB::MetaIndexes | ( | $ | table, | |
| $ | primary = FALSE | |||
| ) |
| & ADODB_SAPDB::MetaColumns | ( | $ | table | ) |
Réimplémentée à partir de ADODB_odbc.
| ADODB_SAPDB::MetaColumnNames | ( | $ | table | ) |
| ADODB_SAPDB::_insertid | ( | $ | table, | |
| $ | column | |||
| ) |
| ADODB_SAPDB::$databaseType = "sapdb" |
Réimplémentée à partir de ADODB_odbc.
| ADODB_SAPDB::$concat_operator = '||' |
maximum size of blobs or large text fields (262144 = 256K)-- some db's die otherwise like foxpro
Réimplémentée à partir de ADOConnection.
| ADODB_SAPDB::$sysDate = 'DATE' |
| ADODB_SAPDB::$sysTimeStamp = 'TIMESTAMP' |
| ADODB_SAPDB::$fmtDate = "'Y-m-d'" |
| ADODB_SAPDB::$fmtTimeStamp = "'Y-m-d H:i:s'" |
used by DBDate() as the default date format used by the database
Réimplémentée à partir de ADODB_odbc.
| ADODB_SAPDB::$hasInsertId = true |
used by DBTimeStamp as the default timestamp fmt.
| ADODB_SAPDB::$_bindInputArray = true |
A boolean variable to state whether its a persistent connection or normal connection. */.
Réimplémentée à partir de ADODB_odbc.
1.5.3