Class ColumnRef.ColumnRefBuilder

java.lang.Object
com.github.tadukoo.database.mysql.syntax.reference.ColumnRef.ColumnRefBuilder
All Implemented Interfaces:
ColumnRef.AliasOrBuild, ColumnRef.Build, ColumnRef.ColumnName, ColumnRef.TableNameOrColumnName
Enclosing class:
ColumnRef

public static class ColumnRef.ColumnRefBuilder extends Object implements ColumnRef.TableNameOrColumnName, ColumnRef.ColumnName, ColumnRef.AliasOrBuild, ColumnRef.Build
A builder to use to build a ColumnRef. It takes the following parameters:
ColumnRef Parameters
Parameter Description Required or Default
tableName The name of the table the column is on Defaults to null (no table name)
columnName The name of the column Required
alias The alias to use for the column Defaults to null (no alias)
Version:
Alpha v.0.3
Author:
Logan Ferree (Tadukoo)