Class PostgresTabularColumn
java.lang.Object
org.odpi.openmetadata.adapters.connectors.postgres.tabulardatasource.PostgresTabularColumn
- All Implemented Interfaces:
PostgreSQLColumn
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn th optional description for the column.Retrieve the name of the column.Return the type of the column.boolean
Return whether the column is not null;
-
Constructor Details
-
PostgresTabularColumn
-
-
Method Details
-
getColumnName
Retrieve the name of the column.- Specified by:
getColumnName
in interfacePostgreSQLColumn
- Returns:
- name
-
getColumnType
Return the type of the column.- Specified by:
getColumnType
in interfacePostgreSQLColumn
- Returns:
- ColumnType
-
getColumnDescription
Return th optional description for the column.- Specified by:
getColumnDescription
in interfacePostgreSQLColumn
- Returns:
- text
-
isNotNull
public boolean isNotNull()Return whether the column is not null;- Specified by:
isNotNull
in interfacePostgreSQLColumn
- Returns:
- boolean
-