Class TableRef
java.lang.Object
com.github.tadukoo.database.mysql.syntax.reference.TableRef
Table Ref is used as a reference to a Table in SQL.
- Version:
- Alpha v.0.3
- Author:
- Logan Ferree (Tadukoo)
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
tableName
The name of the table -
alias
The alias to use for the table
-
-
Constructor Details
-
TableRef
Constructs a newTableRef
using the given parameters.- Parameters:
tableName
- The name of the tablealias
- The alias to use for the table
-
-
Method Details