public interface SQLTableNamer
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.
|
String getAliasForTable(SQLStatement stmt, Table table, String groupName)
stmt
- The statement where we will use the tabletable
- The tablegroupName
- Name of the table groupCopyright © 2020. All rights reserved.