org.apache.tuscany.das.rdb.graphbuilder.impl
Class GraphBuilderMetadata
java.lang.Object
org.apache.tuscany.das.rdb.graphbuilder.impl.GraphBuilderMetadata
public class GraphBuilderMetadata
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphBuilderMetadata
public GraphBuilderMetadata(Collection results,
Type schema,
Config model,
ResultSetShape shape)
throws SQLException
- Throws:
SQLException
getResultMetadata
public Collection getResultMetadata()
hasMappingModel
public boolean hasMappingModel()
getRelationships
public Collection getRelationships()
- Returns:
getSchema
public Type getSchema()
- Returns:
getMapping
public Config getMapping()
-