Public Member Functions | Public Attributes

ADODB_oci8po Class Reference

Inheritance diagram for ADODB_oci8po:
Inheritance graph
[legend]
Collaboration diagram for ADODB_oci8po:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ADODB_oci8po ()
 Param ($name)
 Prepare ($sql, $cursor=false)
 _query ($sql, $inputarr=false)

Public Attributes

 $databaseType = 'oci8po'
 $dataProvider = 'oci8'
 $metaColumnsSQL = "select lower(cname),coltype,width, SCALE, PRECISION, NULLS, DEFAULTVAL from col where tname='%s' order by colno"
 $metaTablesSQL = "select lower(table_name),table_type from cat where table_type in ('TABLE','VIEW')"

Detailed Description

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


Member Function Documentation

ADODB_oci8po::_query ( sql,
inputarr = false 
)

Reimplemented from ADODB_oci8.

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

References $sql.

ADODB_oci8po::ADODB_oci8po (  ) 

Definition at line 31 of file adodb-oci8po.inc.php.

ADODB_oci8po::Param ( name  ) 

Definition at line 37 of file adodb-oci8po.inc.php.

ADODB_oci8po::Prepare ( sql,
cursor = false 
)

Reimplemented from ADODB_oci8.

Definition at line 42 of file adodb-oci8po.inc.php.

References $sql.


Member Data Documentation

ADODB_oci8po::$databaseType = 'oci8po'

Reimplemented from ADODB_oci8.

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

ADODB_oci8po::$dataProvider = 'oci8'

Reimplemented from ADODB_oci8.

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

ADODB_oci8po::$metaColumnsSQL = "select lower(cname),coltype,width, SCALE, PRECISION, NULLS, DEFAULTVAL from col where tname='%s' order by colno"

Reimplemented from ADODB_oci8.

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

ADODB_oci8po::$metaTablesSQL = "select lower(table_name),table_type from cat where table_type in ('TABLE','VIEW')"

Reimplemented from ADODB_oci8.

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


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