Package org.datanucleus.store.rdbms.sql
Interface SQLTableNamer
- All Known Implementing Classes:
SQLTableAlphaNamer
,SQLTableNameNamer
,SQLTableTNamer
public interface SQLTableNamer
Interface to be implemented by a class providing naming for SQL tables.
-
Method Summary
Modifier and TypeMethodDescriptiongetAliasForTable
(SQLStatement stmt, Table table, String groupName) Method to return the alias to use for the specified table.
-
Method Details
-
getAliasForTable
Method to return the alias to use for the specified table.- Parameters:
stmt
- The statement where we will use the tabletable
- The tablegroupName
- Name of the table group- Returns:
- The alias to use
-