|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SQLTableNamer | |
|---|---|
| org.datanucleus.store.rdbms.sql | Series of classes used to generate SQL statements. |
| Uses of SQLTableNamer in org.datanucleus.store.rdbms.sql |
|---|
| Classes in org.datanucleus.store.rdbms.sql that implement SQLTableNamer | |
|---|---|
class |
SQLTableAlphaNamer
SQLTable namer that generates names like A0, B1, C0, ... |
class |
SQLTableTNamer
SQLTable namer that generates names like T0, T1, T2, etc. |
| Fields in org.datanucleus.store.rdbms.sql with type parameters of type SQLTableNamer | |
|---|---|
protected static Map<String,SQLTableNamer> |
SQLStatement.tableNamerByName
Map of SQLTable naming instance keyed by the name of the naming scheme. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||