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