Interface ColumnRef.TableNameOrColumnName

All Superinterfaces:
ColumnRef.ColumnName
All Known Implementing Classes:
ColumnRef.ColumnRefBuilder
Enclosing class:
ColumnRef

public static interface ColumnRef.TableNameOrColumnName extends ColumnRef.ColumnName
The Table Name or Column Name part of building a ColumnRef
  • Method Details

    • tableName

      ColumnRef.ColumnName tableName(String tableName)
      Parameters:
      tableName - The name of the table the column is in
      Returns:
      this, to continue building
    • tableRef

      ColumnRef.ColumnName tableRef(TableRef tableRef)
      Parameters:
      tableRef - The TableRef to use to get the table name the column is in
      Returns:
      this, to continue building