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 |
SQLTableNameNamer
SQLTable namer that uses the table name as the "alias".
|
class |
SQLTableTNamer
SQLTable namer that generates names like T0, T1, T2, etc.
|
Modifier and Type | Field and Description |
---|---|
protected SQLTableNamer |
SQLStatement.namer |
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.
|
Modifier and Type | Method and Description |
---|---|
protected SQLTableNamer |
SQLStatement.getTableNamer(String namingSchema)
Method to return the namer for a particular schema.
|
Copyright © 2017. All rights reserved.