public interface IDataSourceManager
Modifier and Type | Method and Description |
---|---|
GeppettoModel |
fetchVariable(java.lang.String dataSourceId,
java.lang.String variableId,
IGeppettoProject project) |
QueryResults |
runQuery(java.util.List<RunnableQuery> queries,
IGeppettoProject project) |
int |
runQueryCount(java.util.List<RunnableQuery> queries,
IGeppettoProject project) |
GeppettoModel fetchVariable(java.lang.String dataSourceId, java.lang.String variableId, IGeppettoProject project) throws GeppettoDataSourceException, GeppettoModelException, GeppettoExecutionException
QueryResults runQuery(java.util.List<RunnableQuery> queries, IGeppettoProject project) throws GeppettoDataSourceException, GeppettoModelException, GeppettoExecutionException
int runQueryCount(java.util.List<RunnableQuery> queries, IGeppettoProject project) throws GeppettoDataSourceException, GeppettoModelException, GeppettoExecutionException