Class ColumnRef
java.lang.Object
com.github.tadukoo.database.mysql.syntax.reference.ColumnRef
Column Ref is a reference to a column in SQL
- Version:
- Alpha v.0.3
- Author:
- Logan Ferree (Tadukoo)
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
The Alias and building part of building aColumnRef
static interface
The building part of building aColumnRef
static interface
The Column Name part of building aColumnRef
static class
A builder to use to build aColumnRef
.static interface
The Table Name or Column Name part of building aColumnRef
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
tableName
The name of the table the column is on -
columnName
The name of the column -
alias
The alias to use for the column
-
-
Constructor Details
-
ColumnRef
Constructs aColumnRef
using the given parameters- Parameters:
tableName
- The name of the table the column is oncolumnName
- The name of the columnalias
- The alias to use for the column
-
-
Method Details