Constructor and Description |
---|
SQLColumnSpec()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SQLDataType |
getDataType()
Deprecated.
Returns an instance of
SQLDataType , that is used to identify generic SQL data types. |
String |
getName()
Deprecated.
Returns value of column name.
|
void |
setDataType(SQLDataType dataType)
Deprecated.
Sets value for column data type, that is
SQLDataType object. |
void |
setName(String name)
Deprecated.
Sets value for column name.
|
public String getName()
public void setName(String name)
public SQLDataType getDataType()
SQLDataType
, that is used to identify generic SQL data types.public void setDataType(SQLDataType dataType)
SQLDataType
object.