createTableQuery()
createTableQuery(\Gishiki\Database\Schema\Table $table)
Parameters
| \Gishiki\Database\Schema\Table | $table |
Uses SQL generators to generate valid SQL queries for a specific type of RDBMS.
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 |