\QueryState

Summary

Methods
Properties
Constants
No public methods found
No public properties found
No constants found
No protected methods found
$selectString
$fromString
$setString
$orderString
$groupString
$setArrayKeys
$orderArray
$groupArray
$values
$whereValues
$limit
$offset
$queryMap
$havingMap
N/A
No private methods found
No private properties found
N/A

Properties

$selectString

$selectString : string

Compiled 'select' clause

Type

string

$fromString

$fromString : string

Compiled 'from' clause

Type

string

$setString

$setString : string

Compiled arguments for insert / update

Type

string

$orderString

$orderString : string

Order by clause

Type

string

$groupString

$groupString : string

Group by clause

Type

string

$setArrayKeys

$setArrayKeys : array

Keys for insert/update statement

Type

array

$orderArray

$orderArray : array

Key/val pairs for order by clause

Type

array

$groupArray

$groupArray : array

Key/val pairs for group by clause

Type

array

$values

$values : array

Values to apply to prepared statements

Type

array

$whereValues

$whereValues : array

Values to apply to where clauses in prepared statements

Type

array

$limit

$limit : string

Value for limit string

Type

string

$offset

$offset : integer

Value for offset in limit string

Type

integer

$queryMap

$queryMap : array

Query component order mapping for complex select queries

Format: array( 'type' => 'where', 'conjunction' => ' AND ', 'string' => 'k=?' )

Type

array

$havingMap

$havingMap : array

Map for having clause

Type

array