Uses of Enum Class
com.orchestranetworks.addon.dataexchange.sql.SQLDataType
Packages that use SQLDataType
Package
Description
Classes and interfaces to define mappings in {addon.label} SQL import and export.
Classes and interfaces to configure mapping between source and target applications.
-
Uses of SQLDataType in com.orchestranetworks.addon.dataexchange.sql
Methods in com.orchestranetworks.addon.dataexchange.sql that return SQLDataTypeModifier and TypeMethodDescriptionSQLColumnSpec.getDataType()Deprecated.Returns an instance ofSQLDataType, that is used to identify generic SQL data types.static SQLDataTypeSQLDataType.parse(int type) static SQLDataTypestatic SQLDataTypestatic SQLDataTypeReturns the enum constant of this class with the specified name.static SQLDataType[]SQLDataType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.orchestranetworks.addon.dataexchange.sql with parameters of type SQLDataTypeModifier and TypeMethodDescriptionvoidSQLColumnSpec.setDataType(SQLDataType dataType) Deprecated.Sets value for column data type, that isSQLDataTypeobject. -
Uses of SQLDataType in com.orchestranetworks.addon.dex.mapping
Methods in com.orchestranetworks.addon.dex.mapping that return SQLDataTypeModifier and TypeMethodDescriptionSQLField.getDataType()Returns an instance ofSQLDataTypeused to identify generic SQL data types.Methods in com.orchestranetworks.addon.dex.mapping with parameters of type SQLDataTypeModifier and TypeMethodDescriptionvoidSQLField.setDataType(SQLDataType sqlDataType) Sets the field data type value, orSQLDataTypeobject value.Constructors in com.orchestranetworks.addon.dex.mapping with parameters of type SQLDataTypeModifierConstructorDescriptionSQLField(String name, String label, SQLDataType sqlDataType) Used to create a SQL field with the specified name, label, data type.SQLField(String name, String label, SQLDataType sqlDataType, FieldAttribute fieldAttribute) Used to create a SQL field with the specified name, label, data type andFieldAttributeenumeration.