Tuscany DAS for Relational Databases

Uses of Class
org.apache.tuscany.das.rdb.ResultSetShape

Packages that use ResultSetShape
org.apache.tuscany.das.rdb   
org.apache.tuscany.das.rdb.graphbuilder.impl   
org.apache.tuscany.das.rdb.impl   
 

Uses of ResultSetShape in org.apache.tuscany.das.rdb
 

Methods in org.apache.tuscany.das.rdb with parameters of type ResultSetShape
 void Command.setResultSetShape(ResultSetShape shape)
          Defines the structure of the ResultSet returned by the JDBC Driver when this command is executed.
 

Uses of ResultSetShape in org.apache.tuscany.das.rdb.graphbuilder.impl
 

Constructors in org.apache.tuscany.das.rdb.graphbuilder.impl with parameters of type ResultSetShape
GraphBuilderMetadata(java.util.Collection results, commonj.sdo.Type schema, Config model, ResultSetShape shape)
           
ResultMetadata(java.sql.ResultSet rs, Config model, ResultSetShape shape)
           
 

Uses of ResultSetShape in org.apache.tuscany.das.rdb.impl
 

Fields in org.apache.tuscany.das.rdb.impl declared as ResultSetShape
protected  ResultSetShape CommandImpl.resultSetShape
           
 

Methods in org.apache.tuscany.das.rdb.impl with parameters of type ResultSetShape
 void CommandImpl.setResultSetShape(ResultSetShape shape)
           
 


Tuscany DAS for Relational Databases

-