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

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

Uses of DeleteStatement in net.sf.jaxme.sqls
 

Methods in net.sf.jaxme.sqls that return DeleteStatement
 DeleteStatement Table.getDeleteStatement()
          Returns an UPDATE statement for updating a column in the table.
 DeleteStatement SQLFactory.newDeleteStatement()
          Creates a new DELETE statement.
 

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

Classes in net.sf.jaxme.sqls.impl that implement DeleteStatement
 class DeleteStatementImpl
           
 

Methods in net.sf.jaxme.sqls.impl that return DeleteStatement
 DeleteStatement TableImpl.getDeleteStatement()
           
 DeleteStatement SQLFactoryImpl.newDeleteStatement()
           
 

Methods in net.sf.jaxme.sqls.impl with parameters of type DeleteStatement
protected  java.lang.String SQLGeneratorImpl.getDeleteQuery(DeleteStatement pQuery)