Interface SQLTableNamer

    • Method Detail

      • getAliasForTable

        java.lang.String getAliasForTable​(SQLStatement stmt,
                                          Table table,
                                          java.lang.String groupName)
        Method to return the alias to use for the specified table.
        Parameters:
        stmt - The statement where we will use the table
        table - The table
        groupName - Name of the table group
        Returns:
        The alias to use