Package com.firebolt.jdbc.client.query
Interface StatementClient
- All Known Implementing Classes:
StatementClientImpl
public interface StatementClient
-
Method Summary
Modifier and TypeMethodDescriptionvoid
abortStatement
(String label, FireboltProperties fireboltProperties) Call endpoint to abort a running SQL statementexecuteSqlStatement
(StatementInfoWrapper statementInfoWrapper, FireboltProperties connectionProperties, boolean systemEngine, int queryTimeout) Post SQL statementboolean
isStatementRunning
(String statementLabel)
-
Method Details
-
executeSqlStatement
InputStream executeSqlStatement(StatementInfoWrapper statementInfoWrapper, FireboltProperties connectionProperties, boolean systemEngine, int queryTimeout) throws SQLException Post SQL statement- Throws:
SQLException
-
abortStatement
Call endpoint to abort a running SQL statement- Throws:
SQLException
-
isStatementRunning
-