public class SQLTableAlphaNamer extends Object implements SQLTableNamer
| Constructor and Description |
|---|
SQLTableAlphaNamer() |
| 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 © 2020. All rights reserved.