TSqlDelete
extends TSqlStatement
in package
Provides an Interface to create DELETE statements
Tags
Table of Contents
Properties
Methods
- getEntity() : mixed
- Returns the database entity name
- getInstruction() : mixed
- Returns a string containing the DELETE plain statement
- setCriteria() : mixed
- Define a select criteria
- setEntity() : mixed
- defines the database entity name
- getRandomParameter() : mixed
- Returns a random parameter
Properties
$criteria
protected
mixed
$criteria
$entity
protected
mixed
$entity
$sql
protected
mixed
$sql
Methods
getEntity()
Returns the database entity name
public
final getEntity() : mixed
getInstruction()
Returns a string containing the DELETE plain statement
public
getInstruction([ $prepared = FALSE ]) : mixed
Parameters
setCriteria()
Define a select criteria
public
setCriteria( $criteria) : mixed
Parameters
setEntity()
defines the database entity name
public
final setEntity( $entity) : mixed
Parameters
getRandomParameter()
Returns a random parameter
protected
getRandomParameter() : mixed