Class SqlBuilder
Builds SQL query. SqlBuilder is based on great library NotORM http://www.notorm.com written by Jakub Vrana.
- Nette\Object
- Nette\Database\Table\SqlBuilder
public
|
|
public
string
|
|
public
|
|
public
|
|
public
|
|
public
string
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
protected
|
|
protected
|
|
public
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
|
protected
|
__call(),
__callStatic(),
__get(),
__isset(),
__set(),
__unset(),
extensionMethod(),
getReflection()
|
protected
string
|
$tableName
|
|
protected
|
$conventions
|
|
protected
string
|
$delimitedTable
delimited table name |
|
protected
array
|
$select
of column to select |
# array() |
protected
array
|
$where
of where conditions |
# array() |
protected
array
|
$conditions
of where conditions for caching |
# array() |
protected
array
|
$parameters
of parameters passed to where conditions |
# array(
'select' => array(),
'where' => array(),
'group' => array(),
'having' => array(),
'order' => array(),
) |
protected
array
|
$order
or columns to order by |
# array() |
protected
integer
|
$limit
number of rows to fetch |
# NULL |
protected
integer
|
$offset
first row to fetch |
# NULL |
protected
string
|
$group
columns to grouping |
# '' |
protected
string
|
$having
grouping condition |
# '' |
$reflection
|