Package com.github.tadukoo.database.mysql.syntax.reference
package com.github.tadukoo.database.mysql.syntax.reference
Contains syntax elements for references (e.g. tables and columns)
-
ClassDescriptionColumn Ref is a reference to a column in SQLThe Alias and building part of building a
ColumnRef
The building part of building aColumnRef
The Column Name part of building aColumnRef
A builder to use to build aColumnRef
.The Table Name or Column Name part of building aColumnRef
Table Ref is used as a reference to a Table in SQL.The Alias and building part of building aTableRef
The Table Name part of building aTableRef
A builder to build a newTableRef
.