API Documentação da API
Lançado Adianti Framework 7.6!
Clique aqui para saber mais
Pacote Dominando o Adianti 7
Curso + Livro + Apps exemplo
Curso completo em Video Aulas (114 aulas).
Livro completo em PDF (463 páginas).
Códigos-fontes de Apps de exemplo.
API
API do Framework
Documentation

Documentation

TSqlDelete extends TSqlStatement
in package

Provides an Interface to create DELETE statements

Tags
version
7.6
author

Pablo Dall'Oglio

copyright

Copyright (c) 2006 Adianti Solutions Ltd. (http://www.adianti.com.br)

license

https://adiantiframework.com.br/license

Table of Contents

Properties

$criteria  : mixed
$entity  : mixed
$sql  : mixed

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

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
$prepared : = FALSE

Return a prepared Statement

setCriteria()

Define a select criteria

public setCriteria( $criteria) : mixed
Parameters
$criteria :

An TCriteria object, specifiyng the filters

setEntity()

defines the database entity name

public final setEntity( $entity) : mixed
Parameters
$entity :

Name of the database entity

getRandomParameter()

Returns a random parameter

protected getRandomParameter() : mixed

        
On this page

Search results