Moodle  2.2.1
http://www.collinsharper.com
ADODB_ads Class Reference

Public Member Functions

 ADODB_ads ()
 _connect ($argDSN, $argUsername, $argPassword, $argDatabasename)
 _pconnect ($argDSN, $argUsername, $argPassword, $argDatabasename)
 ServerInfo ()
 CreateSequence ($seqname, $start=1)
 DropSequence ($seqname)
 GenID ($seqname, $start=1)
 ErrorMsg ()
 ErrorNo ()
 BeginTrans ()
 CommitTrans ($ok=true)
 RollbackTrans ()
MetaTables ($ttype)
MetaPrimaryKeys ($table)
 ODBCTypes ($t)
MetaColumns ($table)
MetaColumnNames ($table)
 Prepare ($sql)
 _query ($sql, $inputarr=false)
 UpdateBlob ($table, $column, $val, $where, $blobtype='BLOB')
 _close ()
 _affectedrows ()

Data Fields

 $databaseType = "ads"
 $fmt = "'m-d-Y'"
 $fmtTimeStamp = "'Y-m-d H:i:s'"
 $concat_operator = ''
 $replaceQuote = "''"
 $dataProvider = "ads"
 $hasAffectedRows = true
 $binmode = ODBC_BINMODE_RETURN
 $useFetchArray = false
 $_bindInputArray = false
 $curmode = SQL_CUR_USE_DRIVER
 $_genSeqSQL = "create table %s (id integer)"
 $_autocommit = true
 $_haserrorfunctions = true
 $_has_stupid_odbc_fetch_api_change = true
 $_lastAffectedRows = 0
 $uCaseTables = true

Detailed Description

Definition at line 47 of file adodb-ads.inc.php.


Member Function Documentation

Definition at line 638 of file adodb-ads.inc.php.

_close ( )

Definition at line 631 of file adodb-ads.inc.php.

_connect ( argDSN,
argUsername,
argPassword,
argDatabasename 
)

Definition at line 76 of file adodb-ads.inc.php.

_pconnect ( argDSN,
argUsername,
argPassword,
argDatabasename 
)

Definition at line 95 of file adodb-ads.inc.php.

_query ( sql,
inputarr = false 
)

Definition at line 520 of file adodb-ads.inc.php.

ADODB_ads ( )

Definition at line 69 of file adodb-ads.inc.php.

Definition at line 224 of file adodb-ads.inc.php.

CommitTrans ( ok = true)

Definition at line 233 of file adodb-ads.inc.php.

Here is the call graph for this function:

CreateSequence ( seqname,
start = 1 
)

Definition at line 139 of file adodb-ads.inc.php.

Here is the call graph for this function:

DropSequence ( seqname)

Definition at line 152 of file adodb-ads.inc.php.

Here is the call graph for this function:

ErrorMsg ( )

Definition at line 193 of file adodb-ads.inc.php.

Here is the caller graph for this function:

ErrorNo ( )

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

GenID ( seqname,
start = 1 
)

Definition at line 167 of file adodb-ads.inc.php.

Here is the call graph for this function:

& MetaColumnNames ( table)

Definition at line 489 of file adodb-ads.inc.php.

Here is the call graph for this function:

& MetaColumns ( table)

Definition at line 381 of file adodb-ads.inc.php.

Here is the call graph for this function:

& MetaPrimaryKeys ( table)

Definition at line 297 of file adodb-ads.inc.php.

Here is the call graph for this function:

& MetaTables ( ttype)

Definition at line 257 of file adodb-ads.inc.php.

Here is the call graph for this function:

ODBCTypes ( t)

Definition at line 341 of file adodb-ads.inc.php.

Here is the caller graph for this function:

Prepare ( sql)

Definition at line 508 of file adodb-ads.inc.php.

Here is the caller graph for this function:

Definition at line 244 of file adodb-ads.inc.php.

Here is the caller graph for this function:

Definition at line 118 of file adodb-ads.inc.php.

Here is the call graph for this function:

UpdateBlob ( table,
column,
val,
where,
blobtype = 'BLOB' 
)

Definition at line 612 of file adodb-ads.inc.php.


Field Documentation

$_autocommit = true

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

$_bindInputArray = false

Definition at line 59 of file adodb-ads.inc.php.

$_genSeqSQL = "create table %s (id integer)"

Definition at line 61 of file adodb-ads.inc.php.

$_has_stupid_odbc_fetch_api_change = true

Definition at line 64 of file adodb-ads.inc.php.

$_haserrorfunctions = true

Definition at line 63 of file adodb-ads.inc.php.

$_lastAffectedRows = 0

Definition at line 65 of file adodb-ads.inc.php.

$binmode = ODBC_BINMODE_RETURN

Definition at line 55 of file adodb-ads.inc.php.

$concat_operator = ''

Definition at line 51 of file adodb-ads.inc.php.

$curmode = SQL_CUR_USE_DRIVER

Definition at line 60 of file adodb-ads.inc.php.

$databaseType = "ads"

Definition at line 48 of file adodb-ads.inc.php.

$dataProvider = "ads"

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

$fmt = "'m-d-Y'"

Definition at line 49 of file adodb-ads.inc.php.

$fmtTimeStamp = "'Y-m-d H:i:s'"

Definition at line 50 of file adodb-ads.inc.php.

$hasAffectedRows = true

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

$replaceQuote = "''"

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

$uCaseTables = true

Definition at line 66 of file adodb-ads.inc.php.

$useFetchArray = false

Definition at line 56 of file adodb-ads.inc.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations