Package com.firebolt.jdbc.statement
Class StatementResultWrapper
java.lang.Object
com.firebolt.jdbc.statement.StatementResultWrapper
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionStatementResultWrapper
(ResultSet rs, StatementInfoWrapper statementInfoWrapper) -
Method Summary
Modifier and TypeMethodDescriptionvoid
append
(StatementResultWrapper newResult) Appends the result with anotherStatementResultWrapper
This may happen if the statement executed was a multistatement returning multipleResultSet
void
close()
-
Constructor Details
-
StatementResultWrapper
-
-
Method Details
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-
append
Appends the result with anotherStatementResultWrapper
This may happen if the statement executed was a multistatement returning multipleResultSet
- Parameters:
newResult
- the additionalStatementResultWrapper
-