Solutions Open Source

Référence de la classe ADODB_pdo_oci

Graphe d'héritage de ADODB_pdo_oci:

Inheritance graph
[légende]
Graphe de collaboration de ADODB_pdo_oci:

Collaboration graph
[légende]

Liste de tous les membres

Fonctions membres publiques

 _init ($parentDriver)
MetaTables ($ttype=false, $showSchema=false, $mask=false)
MetaColumns ($table)

Attributs publics

 $concat_operator = '||'
 maximum size of blobs or large text fields (262144 = 256K)-- some db's die otherwise like foxpro
 $sysDate = "TRUNC(SYSDATE)"
 Use 'true' to store the item compressed (uses zlib).
 $sysTimeStamp = 'SYSDATE'
 name of function that returns the current date
 $NLS_DATE_FORMAT = 'YYYY-MM-DD'
 $random = "abs(mod(DBMS_RANDOM.RANDOM,10000001)/10000000)"
 string length ofperator
 $metaTablesSQL = "select table_name,table_type from cat where table_type in ('TABLE','VIEW')"
 $metaColumnsSQL = "select cname,coltype,width, SCALE, PRECISION, NULLS, DEFAULTVAL from col where tname='%s' order by colno"
 $_initdate = true
 $_hasdual = true


Documentation des fonctions membres

ADODB_pdo_oci::_init ( parentDriver  ) 

Réimplémentée à partir de ADODB_pdo_base.

& ADODB_pdo_oci::MetaTables ( ttype = false,
showSchema = false,
mask = false 
)

Paramètres:
ttype can either be 'VIEW' or 'TABLE' or false. If false, both views and tables are returned. "VIEW" returns only views "TABLE" returns only tables
showSchema returns the schema/user with the table name, eg. USER.TABLE
mask is the input mask - only supported by oci8 and postgresql
Renvoie:
array of tables for current database.

Réimplémentée à partir de ADODB_pdo.

& ADODB_pdo_oci::MetaColumns ( table  ) 


Documentation des données membres

ADODB_pdo_oci::$concat_operator = '||'

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

Réimplémentée à partir de ADOConnection.

ADODB_pdo_oci::$sysDate = "TRUNC(SYSDATE)"

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

Réimplémentée à partir de ADODB_pdo_base.

ADODB_pdo_oci::$sysTimeStamp = 'SYSDATE'

name of function that returns the current date

Réimplémentée à partir de ADODB_pdo_base.

ADODB_pdo_oci::$NLS_DATE_FORMAT = 'YYYY-MM-DD'

ADODB_pdo_oci::$random = "abs(mod(DBMS_RANDOM.RANDOM,10000001)/10000000)"

string length ofperator

Réimplémentée à partir de ADOConnection.

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

Réimplémentée à partir de ADOConnection.

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

ADODB_pdo_oci::$_initdate = true

ADODB_pdo_oci::$_hasdual = true


La documentation de cette classe a été générée à partir du fichier suivant :
Généré le Fri Aug 31 11:40:02 2007 pour OBLADY - Typo3 API v4.1.2 par  doxygen 1.5.3