public interface FederateExecutor
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close.
|
List<QueryResult> |
executeQuery(ExecutionContext executionContext,
JDBCExecutorCallback<? extends ExecuteResult> callback,
DriverExecutionPrepareEngine<JDBCExecutionUnit,Connection> prepareEngine)
Execute query.
|
ResultSet |
getResultSet()
Get result set.
|
List<QueryResult> executeQuery(ExecutionContext executionContext, JDBCExecutorCallback<? extends ExecuteResult> callback, DriverExecutionPrepareEngine<JDBCExecutionUnit,Connection> prepareEngine) throws SQLException
executionContext - execution contextcallback - callbackprepareEngine - prepare engineSQLException - SQL exceptionvoid close()
throws SQLException
SQLException - SQL exceptionResultSet getResultSet() throws SQLException
SQLException - sql exceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.