You are here: Symbol Reference > Classes > Common SQL Statement Classes > TUpdateSqlStatement Class
ContentsIndexHome
PreviousUpNext
TUpdateSqlStatement Class
File

updatestatement

Pascal
TUpdateSqlStatement = class(TCustomSqlStatement);
Description

 

Class represents update statement. 

 

If there is only one table in update clause, check this table in Table property. 

 

If there is more than one table in update clause, check these tables in UpdateTables properties. 

 

If there is a from clause in update statement, check those 

tables in from clause in JoinTables property. 

 

Set clause information can be found in Fields property.

See Also
Module
Hierarchy
Related Information
Gudu software http://www.sqlparser.com
Send comments about this topic.