Uses of Interface
org.datanucleus.store.rdbms.sql.SelectStatementGenerator
-
Packages that use SelectStatementGenerator Package Description org.datanucleus.store.rdbms.sql Series of classes used to generate SQL statements. -
-
Uses of SelectStatementGenerator in org.datanucleus.store.rdbms.sql
Classes in org.datanucleus.store.rdbms.sql that implement SelectStatementGenerator Modifier and Type Class Description class
AbstractSelectStatementGenerator
Abstract generator of SQLStatements.class
DiscriminatorStatementGenerator
Class to generate a SelectStatement for iterating through instances of a particular type (and optionally subclasses).class
UnionStatementGenerator
Class to generate a SelectStatement for iterating through instances of a particular type (and optionally subclasses).Methods in org.datanucleus.store.rdbms.sql that return SelectStatementGenerator Modifier and Type Method Description SelectStatementGenerator
AbstractSelectStatementGenerator. setOption(String name)
SelectStatementGenerator
SelectStatementGenerator. setOption(String name)
Method to set a property.SelectStatementGenerator
AbstractSelectStatementGenerator. unsetOption(String name)
SelectStatementGenerator
SelectStatementGenerator. unsetOption(String name)
Method to unset a property.
-