| Package | Description | 
|---|---|
| org.datanucleus.store.rdbms.sql | 
        Series of classes used to generate SQL statements. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SQLTableAlphaNamerSQLTable namer that generates names like A0, B1, C0, ... | 
| class  | SQLTableNameNamerSQLTable namer that uses the table name as the "alias". | 
| class  | SQLTableTNamerSQLTable 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. tableNamerByNameMap of SQLTable naming instance keyed by the name of the naming scheme, shared across threads. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected SQLTableNamer | SQLStatement. getTableNamer(String namingSchema)Method to return the namer for a particular schema. | 
Copyright © 2020. All rights reserved.