eu.transformproject.provenance.ws
public interface ProvenanceWS_DataConnector_Interface extends CommomInstantiationInterface
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
excecuteSQLQuery(java.lang.Object sqlResultsQuery,
java.util.Date start) |
java.lang.String |
translateCDIMQuery(java.lang.String dataSourceName,
java.lang.String receivedQueryA,
java.lang.String sqlQuery,
java.util.Date start)
translateCDIMQuery, annotates the translation from CDIM query to SQL query process at the moment it ends.
|
closeSession, createSession, endsPackageData, getSyncDateTime, login, logout, receiveData, sendData, startPackageData, unpackageDatajava.lang.String translateCDIMQuery(java.lang.String dataSourceName,
java.lang.String receivedQueryA,
java.lang.String sqlQuery,
java.util.Date start)
throws java.lang.Exception
dataSourceName, - name of the data source used (per example, GPRD, NIVEL, etc.).receivedQueryA, - URI of the artifact representing the unpackaged CDIM query, as returned by unpack method.sqlQuery, - the translated SQL querystart, - date time at the moment the translation begins.java.lang.Exceptionjava.lang.String excecuteSQLQuery(java.lang.Object sqlResultsQuery,
java.util.Date start)
throws java.lang.Exception
sqlResultsQuery, - an object representing the result of the SQL execution.start, - date time at the moment the sql query execution begins.java.lang.Exception