ADODB_odbc_oracle Class Reference

Inheritance diagram for ADODB_odbc_oracle:

Inheritance graph
[legend]
Collaboration diagram for ADODB_odbc_oracle:

Collaboration graph
[legend]

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)"
 Use 'true' to store the item compressed (uses zlib).
 $sysTimeStamp = 'SYSDATE'
 name of function that returns the current date


Detailed Description

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


Member Function Documentation

ADODB_odbc_oracle.ADODB_odbc_oracle (  ) 

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

References ADODB_odbc.ADODB_odbc().

Here is the call graph for this function:

& ADODB_odbc_oracle.MetaTables (  ) 

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

References $arr, ADOConnection.$false, $rs, and ADOConnection.Execute().

Here is the call graph for this function:

& ADODB_odbc_oracle.MetaColumns ( table  ) 

Reimplemented from ADODB_odbc.

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

References $ADODB_FETCH_MODE, ADOConnection.$false, $rs, and ADOConnection.Execute().

Here is the call graph for this function:

ADODB_odbc_oracle._connect ( argDSN,
argUsername,
argPassword,
argDatabasename 
)

Reimplemented from ADODB_odbc.

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

References ADOConnection.Execute().

Here is the call graph for this function:

ADODB_odbc_oracle._pconnect ( argDSN,
argUsername,
argPassword,
argDatabasename 
)

Reimplemented from ADODB_odbc.

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

References ADOConnection.Execute().

Here is the call graph for this function:


Member Data Documentation

ADODB_odbc_oracle.$databaseType = 'odbc_oracle'

Reimplemented from ADODB_odbc.

Definition at line 22 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.$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.$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.$metaTablesSQL = 'select table_name from cat'

Reimplemented from ADOConnection.

Definition at line 27 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.$sysDate = "TRUNC(SYSDATE)"

Use 'true' to store the item compressed (uses zlib).

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:
This documentation is part of typo3-unleashed.net.
It's an automatically created code documentation of the TYPO3 Content Management System.
Created with doxygen