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
Nested ClassesModifier and TypeClassDescriptionstatic interfaceThe Alias and building part of building aColumnRefstatic interfaceThe building part of building aColumnRefstatic interfaceThe Column Name part of building aColumnRefstatic classA builder to use to build aColumnRef.static interfaceThe Table Name or Column Name part of building aColumnRef -
Field Summary
Fields -
Constructor Summary
Constructors -
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 aColumnRefusing 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