@property Where $where
Specify table for statement
| Parameters: | string|TableIdentifier – |
|---|---|
| Return type: | Update |
Set key/value pairs to update
| Parameters: |
|
|---|---|
| Throws ExceptionInvalidArgumentException: | |
| Return type: | Update |
Create where clause
| Parameters: |
|
|---|---|
| Throws ExceptionInvalidArgumentException: | |
| Return type: | Select |
Prepare statement
| Parameters: |
|
|---|---|
| Return type: | void |
Get SQL string for statement
| Parameters: | null|PlatformInterface – If null, defaults to Sql92 |
|---|---|
| Return type: | string |