#1747 - Refactor remove unused methods

This commit is contained in:
rob bygrave
2019-07-02 21:26:24 +12:00
parent 8743148238
commit bc5db1e46a
10 changed files with 12 additions and 81 deletions
@@ -134,13 +134,6 @@ public final class TableJoin {
return table;
}
/**
* Return the type of join. LEFT JOIN etc.
*/
public SqlJoinType getType() {
return type;
}
public void addJoin(SqlJoinType joinType, String prefix, DbSqlContext ctx, String predicate) {
String[] names = SplitName.split(prefix);
String a1 = ctx.getTableAlias(names[0]);