Uses of Class
com.orchestranetworks.addon.dataexchange.sql.SQLDataType
-
Packages that use SQLDataType Package Description com.orchestranetworks.addon.dataexchange.sql Classes and interfaces to define mappings in EBX Data Exchange Add-on SQL import and export.com.orchestranetworks.addon.dex.mapping 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 SQLDataType Modifier and Type Method Description SQLDataTypeSQLColumnSpec. getDataType()Deprecated.Returns an instance ofSQLDataType, that is used to identify generic SQL data types.static SQLDataTypeSQLDataType. parse(int type)static SQLDataTypeSQLDataType. parse(int type, java.lang.String name)static SQLDataTypeSQLDataType. parse(java.lang.String typeName)static SQLDataTypeSQLDataType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SQLDataType[]SQLDataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.orchestranetworks.addon.dataexchange.sql with parameters of type SQLDataType Modifier and Type Method Description voidSQLColumnSpec. 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 SQLDataType Modifier and Type Method Description SQLDataTypeSQLField. getDataType()Returns an instance ofSQLDataTypeused to identify generic SQL data types.Methods in com.orchestranetworks.addon.dex.mapping with parameters of type SQLDataType Modifier and Type Method Description voidSQLField. setDataType(SQLDataType sqlDataType)Sets the field data type value, orSQLDataTypeobject value.Constructors in com.orchestranetworks.addon.dex.mapping with parameters of type SQLDataType Constructor Description SQLField(java.lang.String name, java.lang.String label, SQLDataType sqlDataType)Used to create a SQL field with the specified name, label, data type.SQLField(java.lang.String name, java.lang.String label, SQLDataType sqlDataType, FieldAttribute fieldAttribute)Used to create a SQL field with the specified name, label, data type andFieldAttributeenumeration.
-