Defines the client operations with a database server.
| package |
Default |
|---|
__construct()
close() : void
preparedBatch( $arg0, $arg1, $arg2) : $this
string
array
callable
$thisa reference to this, so the API can be used fluently
preparedQuery( $arg0, $arg1, $arg2 = null) : $this
param $sql [string] the prepared query SQL param $handler [callable] the handler notified with the execution result preparedQuery($sql, $handler)
Prepare and execute a query.
param $sql [string] the prepared query SQL param $arguments [Tuple] the list of arguments param $handler [callable] the handler notified with the execution result preparedQuery($sql, $arguments, $handler)
string
callable | Tuple
callable
$thisa reference to this, so the API can be used fluently
query( $arg0, $arg1) : $this
string
callable
$thisa reference to this, so the API can be used fluently