You are here: Symbol Reference > Classes > Common SQL Statement Classes > TDeleteSqlStatement Class > public
ContentsIndexHome
PreviousUpNext
public

The public members of the TDeleteSqlStatement class are listed here.

Fields
Field 
Description 

Using clause in delete statement of MySQL.
Raw parse tree node of using clause in TLz_DeleteStmt._lstRefTables. After parsing, these information will be available in JoinTables
Properties
Property 
Description 

Beautified sql text for DB2 assignment clauses in delete statement. Detailed information can be fetched from Fields 

Plain sql text for DB2 assignment clauses in delete statement. Detailed information can be fetched from Fields 

This property contains tables information when this is
a MySQL delete statement. Please check TDeleteSqlStatement for more. 

Plain sql text for DeletedTables

Beautified sql text for JoinTables

Plain sql text for JoinTables

Include Columns clause of DB2. 

Plain text output of IncludeColumns 

Is from keyword after delete. 
Isolation clause of DB2. 

Plain text output of IsolationClause 

This property contains tables information. Please check TDeleteSqlStatement for detail. 

Limit clause, MySQL only. 

Plain sql text for limitClause

Output clause for Sql Server only. 

Plain sql text for JoinTables. Same as FromClauseAsText

Returning clause of Sql Serve and Oracle. 

Plain sql text of ReturningClause

Order by clause in MySQL only. 

Plain sql text of SortClause

Plain sql text of Table property. 

Top clause in delete statement, Sql Server only. 
Gudu software http://www.sqlparser.com
Send comments about this topic.