Uses of Class
org.edg.info.sqlutil.FastInsertStatement

Packages that use FastInsertStatement
org.edg.info   
org.edg.info.sqlutil   
 

Uses of FastInsertStatement in org.edg.info
 

Methods in org.edg.info with parameters of type FastInsertStatement
 void TupleChecker.checkInsert(FastInsertStatement insertStatement, java.text.SimpleDateFormat dateFormat)
          Parses the array of INSERT statements and checks that each tuple is valid with respect to the producer predicate and the table definition.
 

Uses of FastInsertStatement in org.edg.info.sqlutil
 

Methods in org.edg.info.sqlutil that return FastInsertStatement
static FastInsertStatement FastInsertParser.parse(java.lang.String sql)
          Parses an INSERT statement and creates a FastInsertStatement object from it.
 

Methods in org.edg.info.sqlutil with parameters of type FastInsertStatement
static Tuple SQLUtils.buildTupleFromInsert(FastInsertStatement insertStatement, java.util.Vector columnNames)
          Builds a tuple from an INSERT statement.