Class MSSQLTabularColumn
java.lang.Object
org.odpi.openmetadata.adapters.connectors.mssql.tabulardatasource.MSSQLTabularColumn
- All Implemented Interfaces:
MSSQLColumn
-
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.booleanReturn whether the column is not null;
-
Constructor Details
-
MSSQLTabularColumn
-
-
Method Details
-
getColumnName
Retrieve the name of the column.- Specified by:
getColumnNamein interfaceMSSQLColumn- Returns:
- name
-
getColumnType
Return the type of the column.- Specified by:
getColumnTypein interfaceMSSQLColumn- Returns:
- ColumnType
-
getColumnDescription
Return th optional description for the column.- Specified by:
getColumnDescriptionin interfaceMSSQLColumn- Returns:
- text
-
isNotNull
public boolean isNotNull()Return whether the column is not null;- Specified by:
isNotNullin interfaceMSSQLColumn- Returns:
- boolean
-