Uses of Class
com.orchestranetworks.addon.dataexchange.sql.SQLColumnSpec
Packages that use SQLColumnSpec
Package
Description
Classes and interfaces to define mappings in {addon.label} SQL import and export.
-
Uses of SQLColumnSpec in com.orchestranetworks.addon.dataexchange.sql
Methods in com.orchestranetworks.addon.dataexchange.sql that return SQLColumnSpecModifier and TypeMethodDescriptionSQLMappingColumnContext.getSQLColumnSpec
(String sqlColumnName) Deprecated.Returns aSQLColumnSpec
object.SQLMappingColumnResult.getSQLColumnSpec()
Deprecated.Returns an instance ofSQLColumnSpec
.Methods in com.orchestranetworks.addon.dataexchange.sql that return types with arguments of type SQLColumnSpecModifier and TypeMethodDescriptionSQLMappingColumnContext.getSQLColumnSpecs()
Deprecated.Returns a list ofSQLColumnSpec
instances.Methods in com.orchestranetworks.addon.dataexchange.sql with parameters of type SQLColumnSpecModifier and TypeMethodDescriptionvoid
SQLMappingColumnResult.setSQLColumnSpec
(SQLColumnSpec sqlColumnSpec) Deprecated.Sets the value ofSQLColumnSpec
.Constructors in com.orchestranetworks.addon.dataexchange.sql with parameters of type SQLColumnSpecModifierConstructorDescriptionSQLMappingColumnResult
(com.orchestranetworks.schema.SchemaNode schemaNode, SQLColumnSpec sqlColumnSpec) Deprecated.