Uses of Interface
org.datanucleus.store.rdbms.sql.SQLTableNamer
-
Packages that use SQLTableNamer Package Description 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 Modifier and Type Class Description classSQLTableAlphaNamerSQLTable namer that generates names like A0, B1, C0, ...classSQLTableNameNamerSQLTable namer that uses the table name as the "alias".classSQLTableTNamerSQLTable namer that generates names like T0, T1, T2, etc.Fields in org.datanucleus.store.rdbms.sql declared as SQLTableNamer Modifier and Type Field Description protected SQLTableNamerSQLStatement. namerFields in org.datanucleus.store.rdbms.sql with type parameters of type SQLTableNamer Modifier and Type Field Description protected static Map<String,SQLTableNamer>SQLStatement. tableNamerByNameMap of SQLTable naming instance keyed by the name of the naming scheme, shared across threads.Methods in org.datanucleus.store.rdbms.sql that return SQLTableNamer Modifier and Type Method Description protected SQLTableNamerSQLStatement. getTableNamer(String namingSchema)Method to return the namer for a particular schema.
-