Closes the currently used Connection.
API Tags:
| Return: | the result of this close attempt |
Redefined in descendants as:
mixed escape(
mixed
$value
)
|
|
Escapes a value to be used in any SQL Statement.
Parameters:
|
mixed |
$value: |
value the value to be escaped |
API Tags:
| Return: | the escaped value |
Redefined in descendants as:
mixed freeResult(
$result
)
|
|
Free the given SQL resource.
Parameters:
API Tags:
Redefined in descendants as:
Return a DBError or null.
API Tags:
Redefined in descendants as:
mixed insert(
$statement
)
|
|
Inserts one or more rows and returns the result.
Parameters:
API Tags:
| Return: | the result of this insert |
Redefined in descendants as:
Returns whether we are connected to the Database or not.
API Tags:
| Return: | the connection state |
Redefined in descendants as:
Returns the Result of this SQL Query.
Parameters:
API Tags:
| Return: | the result of this Query |
Redefined in descendants as: