1752. Class

1752.1. Zend\Db\Sql\Delete

@property Where $where

1752.1.1. Methods

1752.1.1.1. __construct

__construct()

Constructor

Parameters:null|string|TableIdentifier

1752.1.1.2. from

from()

Create from statement

Parameters:string|TableIdentifier
Return type:Delete

1752.1.1.3. getRawState

getRawState()

1752.1.1.4. where

where()

Create where clause

Parameters:
  • Where|Closure|string|array
  • string – One of the OP_* constants from PredicatePredicateSet
Return type:

Delete

1752.1.1.5. prepareStatement

prepareStatement()

Prepare the delete statement

Parameters:
  • AdapterInterface
  • StatementContainerInterface
Return type:

void

1752.1.1.6. getSqlString

getSqlString()

Get the SQL string, based on the platform

Platform defaults to Sql92 if none provided

Parameters:null|PlatformInterface
Return type:string

1752.1.1.7. __get

__get()

Property overloading

Overloads “where” only.

Parameters:string
Return type:mixed

1752.1.2. Constants

1752.1.2.1. SPECIFICATION_DELETE

1752.1.2.2. SPECIFICATION_WHERE