class SqlStatement (View source)

Class SqlStatement

Constants

EXECUTE_ASYNC

BUFFERED

Properties

$statement

Methods

bind(string $param)

Bind statement parameters

execute()

Execute the operation

getNextResult()

Get next result

getResult()

Get result

bool
hasMoreResults()

Check for more results

Details

SqlStatement bind(string $param)

Bind statement parameters

Parameters

string $param

Return Value

SqlStatement

Result execute()

Execute the operation

Return Value

Result

Result getNextResult()

Get next result

Return Value

Result

Result getResult()

Get result

Return Value

Result

bool hasMoreResults()

Check for more results

Return Value

bool