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 Object


Constructor Summary
GraphBuilderMetadata(Collection results, Type schema, Config model, ResultSetShape shape)
           
 
Method Summary
 Config getMapping()
           
 Collection getRelationships()
           
 Collection getResultMetadata()
           
 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(Collection results,
                            Type schema,
                            Config model,
                            ResultSetShape shape)
                     throws SQLException
Throws:
SQLException
Method Detail

getResultMetadata

public Collection getResultMetadata()

hasMappingModel

public boolean hasMappingModel()

getRelationships

public Collection getRelationships()
Returns:

getSchema

public Type getSchema()
Returns:

getMapping

public Config getMapping()

Tuscany DAS for Relational Databases

-