Lançado Adianti Framework 7.6!
Clique aqui para saber mais
menu

Adianti Solutions

API

Adianti, Framework, PHP, MVC, Active record, Front controller, IDE, RAD, Web, multiplataforma, geração de código, desenvolvimento rápido, relatórios, formulários, listagens, datagrids, gráficos, banco de dados, padrões de projeto, design patterns API do Adianti Framework.
API Docs
code
Selecione a classe

Class TSqlDelete

Description

Provides an Interface to create DELETE statements

Located in /database/TSqlDelete.php (line 15)

TSqlStatement
   |
   --TSqlDelete
Variable Summary
mixed $criteria
mixed $sql
Method Summary
getInstruction ([$prepared = FALSE])
Variables
mixed $criteria (line 18)
  • access: protected

Redefinition of:
TSqlStatement::$criteria
mixed $sql (line 17)
  • access: protected

Redefinition of:
TSqlStatement::$sql

Inherited Variables

Inherited from TSqlStatement

TSqlStatement::$entity
Methods
getInstruction (line 24)

Returns a string containing the DELETE plain statement

  • access: public
getInstruction ([$prepared = FALSE])
  • $prepared: Return a prepared Statement

Redefinition of:
TSqlStatement::getInstruction()

Inherited Methods

Inherited From TSqlStatement

TSqlStatement::getEntity()
TSqlStatement::getInstruction()
TSqlStatement::getRandomParameter()
TSqlStatement::setCriteria()
TSqlStatement::setEntity()