FieldMapperContext.public interface SQLMappingColumnContext
SQLMappingColumn.| Modifier and Type | Method and Description |
|---|---|
com.orchestranetworks.schema.SchemaNode |
getSchemaNode(com.orchestranetworks.schema.Path schemaNodePath)
Deprecated.
Returns a
SchemaNode object. |
List<com.orchestranetworks.schema.SchemaNode> |
getSchemaNodes()
Deprecated.
Returns a list of
SchemaNode objects. |
com.orchestranetworks.service.Session |
getSession()
Deprecated.
Returns the current session.
|
SQLColumnSpec |
getSQLColumnSpec(String sqlColumnName)
Deprecated.
Returns a
SQLColumnSpec object. |
List<SQLColumnSpec> |
getSQLColumnSpecs()
Deprecated.
Returns a list of
SQLColumnSpec instances. |
SQLTableOrViewSpec |
getSQLTableOrViewSpec()
Deprecated.
Returns an instance of
SQLTableOrViewSpec. |
com.onwbp.adaptation.AdaptationTable |
getTable()
Deprecated.
Returns the current table.
|
List<SQLColumnSpec> getSQLColumnSpecs()
SQLColumnSpec instances.List<com.orchestranetworks.schema.SchemaNode> getSchemaNodes()
SchemaNode objects.com.onwbp.adaptation.AdaptationTable getTable()
com.orchestranetworks.service.Session getSession()
SQLTableOrViewSpec getSQLTableOrViewSpec()
SQLTableOrViewSpec.com.orchestranetworks.schema.SchemaNode getSchemaNode(com.orchestranetworks.schema.Path schemaNodePath)
SchemaNode object.SQLColumnSpec getSQLColumnSpec(String sqlColumnName)
SQLColumnSpec object.