Package | Description |
---|---|
org.datanucleus.store.rdbms.sql |
Series of classes used to generate SQL statements.
|
Modifier and Type | Class and 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).
|
Modifier and Type | Method and Description |
---|---|
SelectStatementGenerator |
SelectStatementGenerator.setOption(String name)
Method to set a property.
|
SelectStatementGenerator |
AbstractSelectStatementGenerator.setOption(String name) |
SelectStatementGenerator |
SelectStatementGenerator.unsetOption(String name)
Method to unset a property.
|
SelectStatementGenerator |
AbstractSelectStatementGenerator.unsetOption(String name) |
Copyright © 2019. All rights reserved.