Package | Description |
---|---|
org.datanucleus.store.rdbms.sql |
Series of classes used to generate SQL statements.
|
Modifier and Type | Class and Description |
---|---|
class |
SQLTableAlphaNamer
SQLTable namer that generates names like A0, B1, C0, ...
|
class |
SQLTableTNamer
SQLTable namer that generates names like T0, T1, T2, etc.
|
Modifier and Type | Field and Description |
---|---|
protected static Map<String,SQLTableNamer> |
SQLStatement.tableNamerByName
Map of SQLTable naming instance keyed by the name of the naming scheme.
|
Copyright © 2015. All rights reserved.