@property Where $where
Create from clause
| Parameters: | string|array|TableIdentifier – |
|---|---|
| Throws ExceptionInvalidArgumentException: | |
| Return type: | Select |
Specify columns from which to select
Possible valid states:
array(*)
- array(value, ...)
- value can be strings or Expression objects
- array(string => value, ...)
- key string will be use as alias, value can be string or Expression objects
| Parameters: |
|
|---|---|
| Return type: | Select |
Create join clause
| Parameters: |
|
|---|---|
| Throws ExceptionInvalidArgumentException: | |
| Return type: | Select |
Create where clause
| Parameters: |
|
|---|---|
| Return type: | Select |
Create where clause
| Parameters: |
|
|---|---|
| Return type: | Select |
@param string|array $order
| Return type: | Select |
|---|
@param int $limit
| Return type: | Select |
|---|
@param int $offset
| Return type: | Select |
|---|
@param string $part
| Return type: | Select |
|---|---|
| Throws : | ExceptionInvalidArgumentException |
Prepare statement
| Parameters: |
|
|---|---|
| Return type: | void |
Get SQL string for statement
| Parameters: | null|PlatformInterface – If null, defaults to Sql92 |
|---|---|
| Return type: | string |
Returns whether the table is read only or not.
| Return type: | boolean |
|---|