Class SQLColumnSpec
java.lang.Object
com.orchestranetworks.addon.dataexchange.sql.SQLColumnSpec
Deprecated.
Defines attributes for column of SQL databases.
- Since:
- 2.2.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns an instance ofSQLDataType
, that is used to identify generic SQL data types.getName()
Deprecated.Returns value of column name.void
setDataType
(SQLDataType dataType) Deprecated.Sets value for column data type, that isSQLDataType
object.void
Deprecated.Sets value for column name.
-
Constructor Details
-
SQLColumnSpec
public SQLColumnSpec()Deprecated.
-
-
Method Details
-
getName
Deprecated.Returns value of column name. -
setName
Deprecated.Sets value for column name. -
getDataType
Deprecated.Returns an instance ofSQLDataType
, that is used to identify generic SQL data types. -
setDataType
Deprecated.Sets value for column data type, that isSQLDataType
object.
-
SQLField
.