Package org.apache.calcite.avatica
Interface Meta.PrepareCallback
- Enclosing interface:
- Meta
public static interface Meta.PrepareCallback
API to put a result set into a statement, being careful to enforce
thread-safety and not to overwrite existing open result sets.
-
Method Summary
Modifier and TypeMethodDescriptionvoidassign(Meta.Signature signature, Meta.Frame firstFrame, long updateCount) voidclear()voidexecute()
-
Method Details
-
getMonitor
Object getMonitor() -
clear
- Throws:
SQLException
-
assign
- Throws:
SQLException
-
execute
- Throws:
SQLException
-