QueryInterface
interface QueryInterface (View source)
Interface that defines minimum functionality of a Bolt Query class.
The goal of a query is to store select and filter parameters that can be used to create a relevant SQL expression.
Methods
Builds the query and returns an instance of QueryBuilder.
Returns the current instance of QueryBuilder.
No description
No description
No description
Returns the content type this query is executing on.
Returns the value of a parameter by key name.
Sets the value of a parameter by key name.
No description
No description
Details
build()
Builds the query and returns an instance of QueryBuilder.
QueryBuilder
getQueryBuilder()
Returns the current instance of QueryBuilder.
string
__toString()
int
getIndex()
void
incrementIndex()
string
getContentType()
Returns the content type this query is executing on.
getParameter(string $key)
Returns the value of a parameter by key name.
void
setParameter(string $key, $value)
Sets the value of a parameter by key name.