Public Member Functions | Public Attributes

ADODB_oracle Class Reference

List of all members.

Public Member Functions

 ADODB_oracle ()
 DBDate ($d)
 DBTimeStamp ($ts)
 BindDate ($d)
 BindTimeStamp ($d)
 BeginTrans ()
 CommitTrans ($ok=true)
 RollbackTrans ()
 ErrorMsg ()
 ErrorNo ()
 _connect ($argHostname, $argUsername, $argPassword, $argDatabasename, $mode=0)
 _pconnect ($argHostname, $argUsername, $argPassword, $argDatabasename)
 _query ($sql, $inputarr=false)
 _close ()

Public Attributes

 $databaseType = "oracle"
 $replaceQuote = "''"
 $concat_operator = '||'
 $_curs
 $_initdate = true
 $metaTablesSQL = 'select table_name from cat'
 $metaColumnsSQL = "select cname,coltype,width from col where tname='%s' order by colno"
 $sysDate = "TO_DATE(TO_CHAR(SYSDATE,'YYYY-MM-DD'),'YYYY-MM-DD')"
 $sysTimeStamp = 'SYSDATE'
 $connectSID = true

Detailed Description

Definition at line 18 of file adodb-oracle.inc.php.


Member Function Documentation

ADODB_oracle::_close (  ) 

Definition at line 203 of file adodb-oracle.inc.php.

ADODB_oracle::_connect ( argHostname,
argUsername,
argPassword,
argDatabasename,
mode = 0 
)

Definition at line 120 of file adodb-oracle.inc.php.

References $rs, and _query().

Referenced by _pconnect().

Here is the call graph for this function:

Here is the caller graph for this function:

ADODB_oracle::_pconnect ( argHostname,
argUsername,
argPassword,
argDatabasename 
)

Definition at line 173 of file adodb-oracle.inc.php.

References _connect().

Here is the call graph for this function:

ADODB_oracle::_query ( sql,
inputarr = false 
)

Definition at line 180 of file adodb-oracle.inc.php.

References $sql.

Referenced by _connect().

Here is the caller graph for this function:

ADODB_oracle::ADODB_oracle (  ) 

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

ADODB_oracle::BeginTrans (  ) 

Definition at line 72 of file adodb-oracle.inc.php.

ADODB_oracle::BindDate ( d  ) 

Definition at line 54 of file adodb-oracle.inc.php.

References DBDate().

Here is the call graph for this function:

ADODB_oracle::BindTimeStamp ( d  ) 

Definition at line 62 of file adodb-oracle.inc.php.

References DBTimeStamp().

Here is the call graph for this function:

ADODB_oracle::CommitTrans ( ok = true  ) 

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

References RollbackTrans().

Here is the call graph for this function:

ADODB_oracle::DBDate ( d  ) 

Definition at line 35 of file adodb-oracle.inc.php.

References adodb_date(), and UnixDate().

Referenced by BindDate().

Here is the call graph for this function:

Here is the caller graph for this function:

ADODB_oracle::DBTimeStamp ( ts  ) 

Definition at line 44 of file adodb-oracle.inc.php.

References adodb_date(), and UnixTimeStamp().

Referenced by BindTimeStamp().

Here is the call graph for this function:

Here is the caller graph for this function:

ADODB_oracle::ErrorMsg (  ) 

Definition at line 98 of file adodb-oracle.inc.php.

ADODB_oracle::ErrorNo (  ) 

Definition at line 108 of file adodb-oracle.inc.php.

ADODB_oracle::RollbackTrans (  ) 

Definition at line 89 of file adodb-oracle.inc.php.

Referenced by CommitTrans().

Here is the caller graph for this function:


Member Data Documentation

ADODB_oracle::$_curs

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

ADODB_oracle::$_initdate = true

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

ADODB_oracle::$concat_operator = '||'

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

ADODB_oracle::$connectSID = true

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

ADODB_oracle::$databaseType = "oracle"

Definition at line 19 of file adodb-oracle.inc.php.

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

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

ADODB_oracle::$metaTablesSQL = 'select table_name from cat'

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

ADODB_oracle::$replaceQuote = "''"

Definition at line 20 of file adodb-oracle.inc.php.

ADODB_oracle::$sysDate = "TO_DATE(TO_CHAR(SYSDATE,'YYYY-MM-DD'),'YYYY-MM-DD')"

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

ADODB_oracle::$sysTimeStamp = 'SYSDATE'

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


The documentation for this class was generated from the following file: