Tuscany DAS for Relational Databases

org.apache.tuscany.das.rdb.graphbuilder.impl
Class GraphBuilderMetadata

java.lang.Object
  extended by org.apache.tuscany.das.rdb.graphbuilder.impl.GraphBuilderMetadata

public class GraphBuilderMetadata
extends java.lang.Object


Constructor Summary
GraphBuilderMetadata(java.util.Collection results, commonj.sdo.Type schema, Config model, ResultSetShape shape)
           
 
Method Summary
 Config getMapping()
           
 java.util.Collection getRelationships()
           
 java.util.Collection getResultMetadata()
           
 commonj.sdo.Type getSchema()
           
 boolean hasMappingModel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphBuilderMetadata

public GraphBuilderMetadata(java.util.Collection results,
                            commonj.sdo.Type schema,
                            Config model,
                            ResultSetShape shape)
                     throws java.sql.SQLException
Throws:
java.sql.SQLException
Method Detail

getResultMetadata

public java.util.Collection getResultMetadata()

hasMappingModel

public boolean hasMappingModel()

getRelationships

public java.util.Collection getRelationships()
Returns:

getSchema

public commonj.sdo.Type getSchema()
Returns:

getMapping

public Config getMapping()

Tuscany DAS for Relational Databases

-