Method |
Description |
|
AddColumn ( Storm\Core\Relational\IColumn $Column ) : void |
Add a column to the request. |
|
AddColumns ( array $Columns ) : void |
Add an array of columns to the request. |
|
AddTable ( Storm\Core\Relational\ITable $Table ) : void |
Add a table to the request. |
|
AddTables ( array $Tables ) : void |
Add an array of tables to the request. |
|
GetColumns ( ) : Storm\Core\Relational\IColumn[] |
|
|
GetCriterion ( ) : Criterion |
|
|
GetTables ( ) : Storm\Core\Relational\ITable[] |
|
|
HasColumn ( Storm\Core\Relational\IColumn $Column ) |
|
|
RemoveColumn ( Storm\Core\Relational\IColumn $Column ) |
|
|
RemoveColumns ( array $Columns ) |
|
|
RemoveTable ( Storm\Core\Relational\ITable $Table ) |
|
|
RemoveTables ( array $Tables ) |
|
|
__construct ( array $Columns, Criterion $Criterion = null ) |
|
|