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

The public members of the TInsertSqlStatement class are listed here.

Fields
Field 
Description 

Multi value list in insert statement of MySQL and DB2.

insert into tablename values ( ) ( ) ...

MultiValues is type of TLz_List, and items in this list is type of TLzFieldList

Set clause in insert statement of MySQL. 

Query of type TSelectSqlStatement in insert statement. 

A list value in value clause. It's type of TLzFieldList

Is into keyword in insert statement. 
Methods
Method 
Description 

Beautified sql text of MultiValues

Beautified sql text of Values
Properties
Property 
Description 

Include Columns clause of DB2. 

Plain text output of IncludeColumns 
Isolation clause of DB2. 

Plain text output of IsolationClause 


Plain sql text of MultiValueListText. 

Beautified sql text of SetColumns

Plain sql text of SetColumns

Output clause for Sql Server only. 

Returning clause of Sql Serve and Oracle. 

Plain sql text of ReturningClause

Plain sql text of Table property. 

Top clause in delete statement, Sql Server only. 

Plain sql text of Values
Gudu software http://www.sqlparser.com
Send comments about this topic.