|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.store.rdbms.sql.SQLTableTNamer
public class SQLTableTNamer
SQLTable namer that generates names like T0, T1, T2, etc. T0 is the primary table of the statement. Doesn't make any use of table-groups, just incrementing the number for each new table.
| Constructor Summary | |
|---|---|
SQLTableTNamer()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAliasForTable(SQLStatement stmt,
org.datanucleus.store.mapped.DatastoreContainerObject table,
java.lang.String groupName)
Method to return the alias to use for the specified table. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SQLTableTNamer()
| Method Detail |
|---|
public java.lang.String getAliasForTable(SQLStatement stmt,
org.datanucleus.store.mapped.DatastoreContainerObject table,
java.lang.String groupName)
SQLTableNamer
getAliasForTable in interface SQLTableNamerstmt - The statement where we will use the tabletable - The tablegroupName - Name of the table group
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||