ADODB_SAPDB Class Reference

Inheritance diagram for ADODB_SAPDB:

Inheritance graph
[legend]
Collaboration diagram for ADODB_SAPDB:

Collaboration graph
[legend]

List of all members.

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'
 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. */.


Detailed Description

Definition at line 24 of file adodb-sapdb.inc.php.


Member Function Documentation

ADODB_SAPDB::ServerInfo (  ) 

Get server version info...

Returns:
An array with 2 elements: $arr['string'] is the description string, and $arr[version] is the version (also a string).

Reimplemented from ADODB_odbc.

Definition at line 40 of file adodb-sapdb.inc.php.


The documentation for this class was generated from the following file:
This documentation has been generated automatically from TYPO3 source code using Doxygen and is provided as is by Cast Iron Coding as a courtesy to other TYPO3 developers and users. Please consider Cast Iron Coding — a full-service web development agency in Portland, Oregon specializing in TYPO3 extension development — for all of your TYPO3 development and consulting needs!