public class SQLTableNameNamer extends Object implements SQLTableNamer
Constructor and Description |
---|
SQLTableNameNamer() |
Modifier and Type | Method and Description |
---|---|
String |
getAliasForTable(SQLStatement stmt,
Table table,
String groupName)
Method to return the alias to use for the specified table.
|
public String getAliasForTable(SQLStatement stmt, Table table, String groupName)
SQLTableNamer
getAliasForTable
in interface SQLTableNamer
stmt
- The statement where we will use the tabletable
- The tablegroupName
- Name of the table groupCopyright © 2017. All rights reserved.