Class SQLMappingColumnResult
- java.lang.Object
-
- com.orchestranetworks.addon.dataexchange.sql.SQLMappingColumnResult
-
public final class SQLMappingColumnResult extends java.lang.ObjectDeprecated.Since 2.3.0, replaced byFieldMapping.Defines attributes of SQL mapping column result.- Since:
- 2.2.0
-
-
Constructor Summary
Constructors Constructor Description SQLMappingColumnResult()Deprecated.SQLMappingColumnResult(com.orchestranetworks.schema.SchemaNode schemaNode, SQLColumnSpec sqlColumnSpec)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.orchestranetworks.schema.SchemaNodegetSchemaNode()Deprecated.Returns an instance ofSchemaNode.SQLColumnSpecgetSQLColumnSpec()Deprecated.Returns an instance ofSQLColumnSpec.voidsetSchemaNode(com.orchestranetworks.schema.SchemaNode schemaNode)Deprecated.Sets the value ofSchemaNode.voidsetSQLColumnSpec(SQLColumnSpec sqlColumnSpec)Deprecated.Sets the value ofSQLColumnSpec.
-
-
-
Constructor Detail
-
SQLMappingColumnResult
public SQLMappingColumnResult()
Deprecated.
-
SQLMappingColumnResult
public SQLMappingColumnResult(com.orchestranetworks.schema.SchemaNode schemaNode, SQLColumnSpec sqlColumnSpec)Deprecated.
-
-
Method Detail
-
getSQLColumnSpec
public SQLColumnSpec getSQLColumnSpec()
Deprecated.Returns an instance ofSQLColumnSpec.
-
setSQLColumnSpec
public void setSQLColumnSpec(SQLColumnSpec sqlColumnSpec)
Deprecated.Sets the value ofSQLColumnSpec.
-
getSchemaNode
public com.orchestranetworks.schema.SchemaNode getSchemaNode()
Deprecated.Returns an instance ofSchemaNode.
-
setSchemaNode
public void setSchemaNode(com.orchestranetworks.schema.SchemaNode schemaNode)
Deprecated.Sets the value ofSchemaNode.
-
-