Moodle  2.2.1
http://www.collinsharper.com
ADODB_oci8po Class Reference
Inheritance diagram for ADODB_oci8po:
Collaboration diagram for ADODB_oci8po:

Public Member Functions

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

Data Fields

 $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

_query ( sql,
inputarr = false 
)

Reimplemented from ADODB_oci8.

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

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

Execute ( sql,
inputarr = false 
)

Execute SQL

Parameters:
sqlSQL statement to execute, or possibly an array holding prepared statement ($sql[0] will hold sql text)
[inputarr]holds the input data to bind to. Null elements will be set to null.
Returns:
RecordSet or false

Reimplemented from ADODB_oci8.

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

Param ( name)

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

Prepare ( sql,
cursor = false 
)

Reimplemented from ADODB_oci8.

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


Field Documentation

$databaseType = 'oci8po'

Reimplemented from ADODB_oci8.

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

$dataProvider = 'oci8'

Reimplemented from ADODB_oci8.

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

$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.

$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:
 All Data Structures Namespaces Files Functions Variables Enumerations