Crete INTO clause
| Parameters: | string|TableIdentifier – |
|---|---|
| Return type: | Insert |
Specify columns
| Parameters: | array – |
|---|---|
| Return type: | Insert |
Specify values to insert
| Parameters: |
|
|---|---|
| Throws ExceptionInvalidArgumentException: | |
| Return type: | Insert |
Prepare statement
| Parameters: |
|
|---|---|
| Return type: | void |
Get SQL string for this statement
| Parameters: | null|PlatformInterface – Defaults to Sql92 if none provided |
|---|---|
| Return type: | string |
Overloading: variable setting
Proxies to values, using VALUES_MERGE strategy
| Parameters: |
|
|---|---|
| Return type: | Insert |
Overloading: variable unset
Proxies to values and columns
| Parameters: | string – |
|---|---|
| Throws ExceptionInvalidArgumentException: | |
| Return type: | void |