Fully Qualified Name: | Zend\Db\Sql\Sql |
Name | Description | Defined By |
---|---|---|
__construct() | Sql | |
buildSqlString() | Sql | |
delete() | Sql | |
getAdapter() | Sql | |
getSqlPlatform() | Sql | |
getSqlStringForSqlObject() | Get sql string using platform or sql object | Sql |
getTable() | Sql | |
hasTable() | Sql | |
insert() | Sql | |
prepareStatementForSqlObject() | Sql | |
select() | Sql | |
setTable() | Sql | |
update() | Sql |
Parameter Name | Type | Description |
---|---|---|
$adapter | \AdapterInterface | |
$table | null|string|array|\TableIdentifier | |
$sqlPlatform | null|\Platform\AbstractPlatform | @deprecated |
Returns:
Parameter Name | Type | Description |
---|---|---|
$sqlObject | \SqlInterface | |
$adapter | \AdapterInterface |
Returns: string
Parameter Name | Type | Description |
---|---|---|
$table |
Returns: void
Returns: null|\Zend\Db\Adapter\AdapterInterface
Returns: void
Get sql string using platform or sql object
Parameter Name | Type | Description |
---|---|---|
$sqlObject | \SqlInterface | |
$platform | \PlatformInterface|null |
Returns: string
Returns: void
Returns: void
Parameter Name | Type | Description |
---|---|---|
$table |
Returns: void
Parameter Name | Type | Description |
---|---|---|
$sqlObject | \PreparableSqlInterface | |
$statement | \StatementInterface | |
$adapter | \AdapterInterface |
Returns: \StatementInterface
Parameter Name | Type | Description |
---|---|---|
$table |
Returns: void
Parameter Name | Type | Description |
---|---|---|
$table | string|array|\TableIdentifier |
Returns: self Provides a fluent interface
Parameter Name | Type | Description |
---|---|---|
$table |
Returns: void