Uses of Interface
org.datanucleus.store.rdbms.sql.StatementGenerator

Packages that use StatementGenerator
org.datanucleus.store.rdbms.sql Series of classes used to generate SQL statements. 
 

Uses of StatementGenerator in org.datanucleus.store.rdbms.sql
 

Classes in org.datanucleus.store.rdbms.sql that implement StatementGenerator
 class AbstractStatementGenerator
          Abstract generator of SQLStatements.
 class DiscriminatorStatementGenerator
          Class to generate an SQLStatement for iterating through instances of a particular type (and optionally subclasses).
 class UnionStatementGenerator
          Class to generate an SQLStatement for iterating through instances of a particular type (and optionally subclasses).
 

Methods in org.datanucleus.store.rdbms.sql that return StatementGenerator
 StatementGenerator AbstractStatementGenerator.setOption(String name)
           
 StatementGenerator StatementGenerator.setOption(String name)
          Method to set a property.
 StatementGenerator AbstractStatementGenerator.unsetOption(String name)
           
 StatementGenerator StatementGenerator.unsetOption(String name)
          Method to unset a property.
 



Copyright © 2012. All Rights Reserved.