Class TableColumnReference
java.lang.Object
com.github.collinalpert.java2db.database.TableColumnReference
- Direct Known Subclasses:
ForeignKeyReference
public class TableColumnReference extends Object
Describes a column and its table name so they can be referenced together.
- Author:
- Collin Alpert
-
Constructor Summary
Constructors Constructor Description TableColumnReference(String tableName, String alias, Field column) -
Method Summary
Modifier and Type Method Description StringgetAlias()StringgetAliasNotation()FieldgetColumn()StringgetSQLNotation()StringgetTableName()StringtoString()
-
Constructor Details
-
Method Details