ADODB_odbc_oracle Class Reference

Inheritance diagram for ADODB_odbc_oracle:

ADODB_odbc ADOConnection List of all members.

Public Member Functions

 ADODB_odbc_oracle ()
MetaTables ()
MetaColumns ($table)
 _connect ($argDSN, $argUsername, $argPassword, $argDatabasename)
 _pconnect ($argDSN, $argUsername, $argPassword, $argDatabasename)

Public Attributes

 $databaseType = 'odbc_oracle'
 $replaceQuote = "''"
 string that represents FALSE for a database
 $concat_operator = '||'
 maximum size of blobs or large text fields (262144 = 256K)-- some db's die otherwise like foxpro
 $fmtDate = "'Y-m-d 00:00:00'"
 uppercase function
 $fmtTimeStamp = "'Y-m-d h:i:sA'"
 used by DBDate() as the default date format used by the database
 $metaTablesSQL = 'select table_name from cat'
 $metaColumnsSQL = "select cname,coltype,width from col where tname='%s' order by colno"
 $sysDate = "TRUNC(SYSDATE)"
 cache for 1 hour
 $sysTimeStamp = 'SYSDATE'
 name of function that returns the current date

Detailed Description

Definition at line 21 of file adodb-odbc_oracle.inc.php.


Constructor & Destructor Documentation

ADODB_odbc_oracle.ADODB_odbc_oracle  ) 
 

Definition at line 34 of file adodb-odbc_oracle.inc.php.


Member Function Documentation

ADODB_odbc_oracle._connect argDSN,
argUsername,
argPassword,
argDatabasename
 

Reimplemented from ADODB_odbc.

Definition at line 80 of file adodb-odbc_oracle.inc.php.

ADODB_odbc_oracle._pconnect argDSN,
argUsername,
argPassword,
argDatabasename
 

Reimplemented from ADODB_odbc.

Definition at line 93 of file adodb-odbc_oracle.inc.php.

& ADODB_odbc_oracle.MetaColumns table  ) 
 

Reimplemented from ADODB_odbc.

Definition at line 53 of file adodb-odbc_oracle.inc.php.

& ADODB_odbc_oracle.MetaTables  ) 
 

Definition at line 39 of file adodb-odbc_oracle.inc.php.


Member Data Documentation

ADODB_odbc_oracle.$concat_operator = '||'
 

maximum size of blobs or large text fields (262144 = 256K)-- some db's die otherwise like foxpro

Reimplemented from ADOConnection.

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

ADODB_odbc_oracle.$databaseType = 'odbc_oracle'
 

Reimplemented from ADODB_odbc.

Definition at line 22 of file adodb-odbc_oracle.inc.php.

ADODB_odbc_oracle.$fmtDate = "'Y-m-d 00:00:00'"
 

uppercase function

Reimplemented from ADODB_odbc.

Definition at line 25 of file adodb-odbc_oracle.inc.php.

ADODB_odbc_oracle.$fmtTimeStamp = "'Y-m-d h:i:sA'"
 

used by DBDate() as the default date format used by the database

Reimplemented from ADODB_odbc.

Definition at line 26 of file adodb-odbc_oracle.inc.php.

ADODB_odbc_oracle.$metaColumnsSQL = "select cname,coltype,width from col where tname='%s' order by colno"
 

Definition at line 28 of file adodb-odbc_oracle.inc.php.

ADODB_odbc_oracle.$metaTablesSQL = 'select table_name from cat'
 

Reimplemented from ADOConnection.

Definition at line 27 of file adodb-odbc_oracle.inc.php.

ADODB_odbc_oracle.$replaceQuote = "''"
 

string that represents FALSE for a database

Reimplemented from ADODB_odbc.

Definition at line 23 of file adodb-odbc_oracle.inc.php.

ADODB_odbc_oracle.$sysDate = "TRUNC(SYSDATE)"
 

cache for 1 hour

Reimplemented from ADOConnection.

Definition at line 29 of file adodb-odbc_oracle.inc.php.

ADODB_odbc_oracle.$sysTimeStamp = 'SYSDATE'
 

name of function that returns the current date

Reimplemented from ADOConnection.

Definition at line 30 of file adodb-odbc_oracle.inc.php.


The documentation for this class was generated from the following file:
Generated on Fri Apr 7 10:48:44 2006 for TYPO3 by  doxygen 1.4.6