QueryInterface
in
QueryInterface
Tags
Table of Contents
Methods
- execute() : Base
- Execute an statment on server and returns a cursor
- query() : StatementInterface
- Instantiate a new StatementInterface object with the specified query
Methods
execute()
Execute an statment on server and returns a cursor
public
execute(StatementInterface $statement) : Base
Parameters
- $statement : StatementInterface
Return values
Basequery()
Instantiate a new StatementInterface object with the specified query
public
query(string $query) : StatementInterface
Parameters
- $query : string