ADODB_sqlanywhere Class Reference

Inheritance diagram for ADODB_sqlanywhere:

Inheritance graph
[legend]
Collaboration diagram for ADODB_sqlanywhere:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 ADODB_sqlanywhere ()
 _insertid ()
 create_blobvar ($blobVarName)
 drop_blobvar ($blobVarName)
 load_blobvar_from_file ($blobVarName, $filename)
 load_blobvar_from_var ($blobVarName, &$varName)
 UpdateBlob ($table, $column, &$val, $where, $blobtype='BLOB')

Public Attributes

 $databaseType = "sqlanywhere"
 $hasInsertID = true


Detailed Description

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


Member Function Documentation

ADODB_sqlanywhere.ADODB_sqlanywhere (  ) 

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

References ADODB_odbc.ADODB_odbc().

Here is the call graph for this function:

ADODB_sqlanywhere._insertid (  ) 

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

References ADOConnection.GetOne().

Here is the call graph for this function:

ADODB_sqlanywhere.create_blobvar ( blobVarName  ) 

Definition at line 68 of file adodb-sqlanywhere.inc.php.

References ADOConnection.Execute().

Referenced by UpdateBlob().

Here is the call graph for this function:

ADODB_sqlanywhere.drop_blobvar ( blobVarName  ) 

Definition at line 73 of file adodb-sqlanywhere.inc.php.

References ADOConnection.Execute().

Referenced by UpdateBlob().

Here is the call graph for this function:

ADODB_sqlanywhere.load_blobvar_from_file ( blobVarName,
filename 
)

Definition at line 78 of file adodb-sqlanywhere.inc.php.

References ADOConnection.Execute(), and ADOConnection.qstr().

Here is the call graph for this function:

ADODB_sqlanywhere.load_blobvar_from_var ( blobVarName,
&$  varName 
)

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

References ADOConnection.Execute(), and ADOConnection.qstr().

Referenced by UpdateBlob().

Here is the call graph for this function:

ADODB_sqlanywhere.UpdateBlob ( table,
column,
&$  val,
where,
blobtype = 'BLOB' 
)

Definition at line 144 of file adodb-sqlanywhere.inc.php.

References $val, create_blobvar(), drop_blobvar(), ADOConnection.Execute(), and load_blobvar_from_var().

Here is the call graph for this function:


Member Data Documentation

ADODB_sqlanywhere.$databaseType = "sqlanywhere"

Reimplemented from ADODB_odbc.

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

ADODB_sqlanywhere.$hasInsertID = true

Reimplemented from ADOConnection.

Definition at line 57 of file adodb-sqlanywhere.inc.php.


The documentation for this class was generated from the following file:
This documentation is part of typo3-unleashed.net.
It's an automatically created code documentation of the TYPO3 Content Management System.
Created with doxygen