Interface SQLMappingColumnContext

    • Method Detail

      • getSchemaNodes

        java.util.List<com.orchestranetworks.schema.SchemaNode> getSchemaNodes()
        Deprecated.
        Returns a list of SchemaNode objects.
      • getTable

        com.onwbp.adaptation.AdaptationTable getTable()
        Deprecated.
        Returns the current table.
      • getSession

        com.orchestranetworks.service.Session getSession()
        Deprecated.
        Returns the current session.
      • getSchemaNode

        com.orchestranetworks.schema.SchemaNode getSchemaNode​(com.orchestranetworks.schema.Path schemaNodePath)
        Deprecated.
        Returns a SchemaNode object.
      • getSQLColumnSpec

        SQLColumnSpec getSQLColumnSpec​(java.lang.String sqlColumnName)
        Deprecated.
        Returns a SQLColumnSpec object.