Uses of Class
org.axiondb.engine.commands.InsertCommand

Packages that use InsertCommand
org.axiondb.parser SQL parser interface and implementation classes. 
 

Uses of InsertCommand in org.axiondb.parser
 

Methods in org.axiondb.parser that return InsertCommand
 InsertCommand AxionSqlParser.SqlMultiTableInsert()
           
 InsertCommand AxionSqlParser.SqlSingleTableInsert()
           
 

Methods in org.axiondb.parser with parameters of type InsertCommand
 void AxionSqlParser.SqlInsertElseClause(InsertCommand insertCommand)
           
 void AxionSqlParser.SqlInsertIntoClause(InsertCommand insertCommand)