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

insertstatement

Pascal
TInsertSqlStatement = class(TCustomSqlStatement);
Description

 

Class represents insert statement. 

 

table name of insert statement can be found in Table property. 

 

values can be found in Fields property.

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