Package com.exasol.dbbuilder.dialects
Class Column
- java.lang.Object
-
- com.exasol.dbbuilder.dialects.Column
-
public class Column extends Object
Column of a database table.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Get the column name.StringgetType()Get the column type.
-