Uses of Interface
net.sf.jaxme.sqls.InsertStatement

Packages that use InsertStatement
net.sf.jaxme.sqls   
net.sf.jaxme.sqls.impl   
 

Uses of InsertStatement in net.sf.jaxme.sqls
 

Methods in net.sf.jaxme.sqls that return InsertStatement
 InsertStatement Table.getInsertStatement()
          Returns an INSERT statement for filling all the values.
 InsertStatement SQLFactory.newInsertStatement()
          Creates a new INSERT statement.
 

Uses of InsertStatement in net.sf.jaxme.sqls.impl
 

Classes in net.sf.jaxme.sqls.impl that implement InsertStatement
 class InsertStatementImpl
           
 

Methods in net.sf.jaxme.sqls.impl that return InsertStatement
 InsertStatement TableImpl.getInsertStatement()
           
 InsertStatement SQLFactoryImpl.newInsertStatement()
           
 

Methods in net.sf.jaxme.sqls.impl with parameters of type InsertStatement
 java.lang.String SQLGeneratorImpl.getInsertQuery(InsertStatement pQuery)