createTableQuery()
createTableQuery(\Gishiki\Database\Schema\Table $table)
Parameters
\Gishiki\Database\Schema\Table | $table |
Uses SQL generators to generate valid SQL queries for SQLite.
createTableQuery(\Gishiki\Database\Schema\Table $table)
\Gishiki\Database\Schema\Table | $table |
updateQuery( $collection, array $adaptedData, \Gishiki\Database\Runtime\SelectionCriteria $where)
$collection | ||
array | $adaptedData | |
\Gishiki\Database\Runtime\SelectionCriteria | $where |
deleteQuery( $collection, \Gishiki\Database\Runtime\SelectionCriteria $where)
$collection | ||
\Gishiki\Database\Runtime\SelectionCriteria | $where |
readQuery( $collection, \Gishiki\Database\Runtime\SelectionCriteria $where, \Gishiki\Database\Runtime\ResultModifier $mod)
$collection | ||
\Gishiki\Database\Runtime\SelectionCriteria | $where | |
\Gishiki\Database\Runtime\ResultModifier | $mod |
selectiveReadQuery( $collection, $fields, \Gishiki\Database\Runtime\SelectionCriteria $where, \Gishiki\Database\Runtime\ResultModifier $mod)
$collection | ||
$fields | ||
\Gishiki\Database\Runtime\SelectionCriteria | $where | |
\Gishiki\Database\Runtime\ResultModifier | $mod |
getQueryBuilder() : \Gishiki\Database\Adapters\Utils\SQLGenerator\SQLiteWrapper
the SQLite specialized query builder