updatestatement
TUpdateSqlStatement = class(TCustomSqlStatement);
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.
Gudu software http://www.sqlparser.com
|
Send comments about this topic.
|