"TYPO3 4.0.1: ADODB_SAPDB Class Reference", "datetime" => "Sat Dec 2 19:23:54 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>
Public Member Functions | |
ADODB_SAPDB () | |
ServerInfo () | |
MetaPrimaryKeys ($table) | |
& | MetaIndexes ($table, $primary=FALSE) |
& | MetaColumns ($table) |
MetaColumnNames ($table) | |
_insertid ($table, $column) | |
Public Attributes | |
$databaseType = "sapdb" | |
$concat_operator = '||' | |
maximum size of blobs or large text fields (262144 = 256K)-- some db's die otherwise like foxpro | |
$sysDate = 'DATE' | |
cache for 1 hour | |
$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. */. |
Definition at line 24 of file adodb-sapdb.inc.php.
|
Get server version info...
Reimplemented from ADODB_odbc. Definition at line 40 of file adodb-sapdb.inc.php. References ADODB_odbc::ServerInfo(). |