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
Constructors -
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.voidsetDataType(SQLDataType dataType) Deprecated.Sets value for column data type, that isSQLDataTypeobject.voidDeprecated.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 isSQLDataTypeobject.
-
SQLField.