public class Column extends BaseObjectType
PropertyType| Constructor and Description |
|---|
Column() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatatype()
Get name of the column data type defined by ODBC standard.
|
String |
getName()
Get name of the relational database column.
|
String |
getVendorType()
Get name of the relational database column data type defined by vendor.
|
Boolean |
isNullable()
Query if the column value can be NULL - not set
|
void |
setDatatype(String datatype)
Set name of the column data type defined by ODBC standard.
|
void |
setName(String name)
Set name of the relational database column.
|
void |
setNullable(Boolean nullable)
Define if the column value can be NULL - not set
|
void |
setVendorType(String vendorType)
Set name of the relational database column data type defined by vendor.
|
addProperty, getProperty, getPropertyByName, setPropertypublic String getName()
public void setName(String name)
name - of the relational database column.public String getVendorType()
public void setVendorType(String vendorType)
vendorType - name of the relational database column data type defined by vendor.public Boolean isNullable()
public void setNullable(Boolean nullable)
nullable - true if the column value can be NULLpublic String getDatatype()
public void setDatatype(String datatype)
datatype - name of the column data type defined by ODBC standard.Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.