Package | Description |
---|---|
com.orchestranetworks.addon.dataexchange.sql |
Classes and interfaces to define mappings in {addon.label} SQL import and export.
|
Modifier and Type | Method and Description |
---|---|
SQLColumnSpec |
SQLMappingColumnResult.getSQLColumnSpec()
Deprecated.
Returns an instance of
SQLColumnSpec . |
SQLColumnSpec |
SQLMappingColumnContext.getSQLColumnSpec(String sqlColumnName)
Deprecated.
Returns a
SQLColumnSpec object. |
Modifier and Type | Method and Description |
---|---|
List<SQLColumnSpec> |
SQLMappingColumnContext.getSQLColumnSpecs()
Deprecated.
Returns a list of
SQLColumnSpec instances. |
Modifier and Type | Method and Description |
---|---|
void |
SQLMappingColumnResult.setSQLColumnSpec(SQLColumnSpec sqlColumnSpec)
Deprecated.
Sets the value of
SQLColumnSpec . |
Constructor and Description |
---|
SQLMappingColumnResult(com.orchestranetworks.schema.SchemaNode schemaNode,
SQLColumnSpec sqlColumnSpec)
Deprecated.
|