org.datanucleus.store.rdbms.sql
Class SQLTableTNamer
java.lang.Object
org.datanucleus.store.rdbms.sql.SQLTableTNamer
- All Implemented Interfaces:
- SQLTableNamer
public class SQLTableTNamer
- extends Object
- implements SQLTableNamer
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SQLTableTNamer
public SQLTableTNamer()
getAliasForTable
public String getAliasForTable(SQLStatement stmt,
org.datanucleus.store.mapped.DatastoreContainerObject table,
String groupName)
- Description copied from interface:
SQLTableNamer
- Method to return the alias to use for the specified table.
- Specified by:
getAliasForTable in interface SQLTableNamer
- Parameters:
stmt - The statement where we will use the tabletable - The tablegroupName - Name of the table group
- Returns:
- The alias to use
Copyright © 2012. All Rights Reserved.