AdoDBConnection AdoDBConnection(
)
|
|
Connects to the DB by using the configured Database values.
Closes the Database Connection. The Results must be closed manually!
Redefinition of:
- DatabaseConnection::close()
- Closes the currently used Connection.
ADONewConnection getADONewConnection(
)
|
|
Returns the original ADONewConnection Object to be used by other AdoDB Components.
API Tags:
| Return: | the ADONewConnection object for further usage |
Inserts a new DB entry and if exists returns the auto increment value.
Parameters:
Redefinition of:
- DatabaseConnection::insert()
- Inserts one or more rows and returns the result.
Returns whether we are connected to a DB or not.
API Tags:
| Return: | true on successful Connection |
Redefinition of:
- DatabaseConnection::isConnected()
- Returns whether we are connected to the Database or not.
Executes any SQL Statement (mysql_query).
Parameters:
Redefinition of:
- DatabaseConnection::sql()
- Returns the Result of this SQL Query.