Interface ColumnRef.TableNameOrColumnName
- All Superinterfaces:
ColumnRef.ColumnName
- All Known Implementing Classes:
ColumnRef.ColumnRefBuilder
- Enclosing class:
- ColumnRef
The Table Name or Column Name part of building a
ColumnRef
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface com.github.tadukoo.database.mysql.syntax.reference.ColumnRef.ColumnName
columnName
-
Method Details
-
tableName
- Parameters:
tableName
- The name of the table the column is in- Returns:
- this, to continue building
-
tableRef
- Parameters:
tableRef
- TheTableRef
to use to get the table name the column is in- Returns:
- this, to continue building
-