public class SQLTableTNamer extends Object implements SQLTableNamer
| Constructor and Description |
|---|
SQLTableTNamer() |
| 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)
SQLTableNamergetAliasForTable in interface SQLTableNamerstmt - The statement where we will use the tabletable - The tablegroupName - Name of the table groupCopyright © 2019. All rights reserved.