Uses of Class
com.orchestranetworks.addon.dataexchange.sql.SQLColumnSpec
-
Packages that use SQLColumnSpec Package Description com.orchestranetworks.addon.dataexchange.sql 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 SQLColumnSpec Modifier and Type Method Description SQLColumnSpecSQLMappingColumnContext. getSQLColumnSpec(java.lang.String sqlColumnName)Deprecated.Returns aSQLColumnSpecobject.SQLColumnSpecSQLMappingColumnResult. getSQLColumnSpec()Deprecated.Returns an instance ofSQLColumnSpec.Methods in com.orchestranetworks.addon.dataexchange.sql that return types with arguments of type SQLColumnSpec Modifier and Type Method Description java.util.List<SQLColumnSpec>SQLMappingColumnContext. getSQLColumnSpecs()Deprecated.Returns a list ofSQLColumnSpecinstances.Methods in com.orchestranetworks.addon.dataexchange.sql with parameters of type SQLColumnSpec Modifier and Type Method Description voidSQLMappingColumnResult. setSQLColumnSpec(SQLColumnSpec sqlColumnSpec)Deprecated.Sets the value ofSQLColumnSpec.Constructors in com.orchestranetworks.addon.dataexchange.sql with parameters of type SQLColumnSpec Constructor Description SQLMappingColumnResult(com.orchestranetworks.schema.SchemaNode schemaNode, SQLColumnSpec sqlColumnSpec)Deprecated.
-