public interface StoredProcedureResultSet
Modifier and Type | Method and Description |
---|---|
void |
addRow(Object[] row)
Adds a row to the results.
|
void |
close()
Closes the ResultSet.
|
StoredProcedureParameter[] |
getColumnInfo()
Obtains the schema of the procedure parameters.
|
StoredProcedurePlan |
getExecutionPlan()
Obtains the execution plan of the procedure
|
boolean |
hasMoreElements()
Tests if this enumeration contains more elements.
|
Object |
nextElement()
Returns the next element of this enumeration if this enumeration object has at least one more
element to provide.
|
StoredProcedureParameter[] getColumnInfo()
void addRow(Object[] row)
row
- the row to be added to the results.void close()
boolean hasMoreElements() throws StoredProcedureException
true
if and only if this enumeration object
contains at least one more element to provide;
false
otherwise.StoredProcedureException
- if there is an error during the execution of the procedure.Object nextElement() throws StoredProcedureException
StoredProcedureException
- if there is an error during the execution of the procedure.StoredProcedurePlan getExecutionPlan() throws StoredProcedureException
StoredProcedureException
- if there is an error obtaining the execution plan.Copyright © 2023 Denodo Technologies. All rights reserved.