Uses of Class
com.orchestranetworks.addon.dataexchange.sql.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
Modifier and TypeMethodDescriptionSQLMappingColumnContext.getSQLColumnSpec
(String sqlColumnName) Deprecated.Returns aSQLColumnSpec
object.SQLMappingColumnResult.getSQLColumnSpec()
Deprecated.Returns an instance ofSQLColumnSpec
.Modifier and TypeMethodDescriptionSQLMappingColumnContext.getSQLColumnSpecs()
Deprecated.Returns a list ofSQLColumnSpec
instances.Modifier and TypeMethodDescriptionvoid
SQLMappingColumnResult.setSQLColumnSpec
(SQLColumnSpec sqlColumnSpec) Deprecated.Sets the value ofSQLColumnSpec
.ModifierConstructorDescriptionSQLMappingColumnResult
(com.orchestranetworks.schema.SchemaNode schemaNode, SQLColumnSpec sqlColumnSpec) Deprecated.