constructor __construct [line 204]
method BeginTrans [line 63]
method CompleteTrans [line 68]
void CompleteTrans(
[
$autocomplete = true])
|
|
Overrides
CustomConnection::CompleteTrans() (Permanently stores updates, insertions, and deletions of data associated with)
Parameters:
method createDictionaryTable [line 402]
boolean createDictionaryTable(
)
|
|
Creates the dictionary table on the database
Use this method to create the dictionary table on the database you are connection. This method issues the create table command and creates the table with the right structure. You have to connect to the database before use this method and Dictionary property must be set to the tablename.
method databases [line 434]
Return all the databases using the connection information
This method returns an array with all the databases stored on the server. Not working yet.
method DBDate [line 189]
method defaultDebug [line 88]
method defaultDialect [line 170]
method DoConnect [line 253]
method DoDisconnect [line 274]
method execute [line 220]
object execute(
string
$query, [array
$params = array()])
|
|
Executes a query on the database
Use this method to execute an SQL sentence on the database server
Parameters:
method executelimit [line 243]
object executelimit(
string
$query, integer
$numrows, integer
$offset, [array
$params = array()])
|
|
Executes a limited query on the database
Use this method to execute an SQL sentence on the database server using LIMIT clause.
Parameters:
method extractIndexes [line 337]
array &extractIndexes(
string
$table, [boolean
$primary = FALSE])
|
|
Return indexes for a table
This method extract the indexes from the table and returns an array with that information.
Parameters:
method getConnected [line 75]
method getDatabaseName [line 112]
string getDatabaseName(
)
|
|
Specifies the name of the database to associate with this database component.
Use DatabaseName to specify the name of the database to use with a database component.
Note: Setting DatabaseName when the Connected property is true requires you to close and reopen the database.
method getDebug [line 86]
Sets the debug information provided by the component.
Use this property, when set to true, to get more information about the connection process to address any issue you get.
method getDialect [line 168]
Specifies the dialect to be used when connecting to the server
Reserved for future use.
method getDictionary [line 99]
Specifies the tablename on this database that holds dictionary information
A dictionary is a set of information about each field of each table, which data-aware components use to show information about the table in a human-readable format, for example, the title for each field, the width for a column, etc
method getHost [line 122]
This properties specifies where to find the server to connect to.
Use this property to set the host that runs the server you want to connect to.
method getOnAfterConnect [line 147]
void getOnAfterConnect(
)
|
|
method getOnAfterDisconnect [line 153]
void getOnAfterDisconnect(
)
|
|
method getOnBeforeConnect [line 150]
void getOnBeforeConnect(
)
|
|
method getOnBeforeDisconnect [line 156]
void getOnBeforeDisconnect(
)
|
|
method getUserName [line 133]
The username you want to use to connect to the database server.
Set this property with the name of the user you want to use to connect to the database server.
method getUserPassword [line 144]
string getUserPassword(
)
|
|
The password for the username you want to use to connect to the database server.
Set this property with the password for the user you want to use to connect to the database server.
method MetaFields [line 50]
method Param [line 194]
method Prepare [line 172]
method PrepareSP [line 183]
Prepares a stored procedure for execution
Not finished
Parameters:
method QuoteStr [line 199]
method readConnected [line 73]
method readDictionaryProperties [line 388]
array readDictionaryProperties(
)
|
|
Array containing all the information in array format about the dictionary
Use this property to provide information about the dictionary but using a PHP array instead a database table.
method readFieldDictionaryProperties [line 290]
array readFieldDictionaryProperties(
string
$table, string
$field)
|
|
Return properties for a field
Parameters:
method setConnected [line 76]
void setConnected(
$value)
|
|
Parameters:
method setDatabaseName [line 113]
void setDatabaseName(
$value)
|
|
Parameters:
method setDebug [line 87]
method setDialect [line 169]
method setDictionary [line 100]
void setDictionary(
$value)
|
|
Parameters:
method setHost [line 123]
method setOnAfterConnect [line 148]
void setOnAfterConnect(
$value)
|
|
Parameters:
method setOnAfterDisconnect [line 154]
void setOnAfterDisconnect(
$value)
|
|
Parameters:
method setOnBeforeConnect [line 151]
void setOnBeforeConnect(
$value)
|
|
Parameters:
method setOnBeforeDisconnect [line 157]
void setOnBeforeDisconnect(
$value)
|
|
Parameters:
method setUserName [line 134]
void setUserName(
$value)
|
|
Parameters:
method setUserPassword [line 145]
void setUserPassword(
$value)
|
|
Parameters:
method tables [line 447]
Return tables on this database
This method returns an array containing all the table names stored in the database.
method writeDictionaryProperties [line 389]
void writeDictionaryProperties(
$value)
|
|
Parameters: