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 TypeMethodDescriptionvoidappend(StatementResultWrapper newResult) Appends the result with anotherStatementResultWrapperThis may happen if the statement executed was a multistatement returning multipleResultSetvoidclose()
-
Constructor Details
-
StatementResultWrapper
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
append
Appends the result with anotherStatementResultWrapperThis may happen if the statement executed was a multistatement returning multipleResultSet- Parameters:
newResult- the additionalStatementResultWrapper
-