Package org.apache.calcite.avatica
Interface Meta.PrepareCallback
-
- Enclosing interface:
- Meta
public static interface Meta.PrepareCallbackAPI to put a result set into a statement, being careful to enforce thread-safety and not to overwrite existing open result sets.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidassign(Meta.Signature signature, Meta.Frame firstFrame, long updateCount)voidclear()voidexecute()java.lang.ObjectgetMonitor()
-
-
-
Method Detail
-
getMonitor
java.lang.Object getMonitor()
-
clear
void clear() throws java.sql.SQLException- Throws:
java.sql.SQLException
-
assign
void assign(Meta.Signature signature, Meta.Frame firstFrame, long updateCount) throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
execute
void execute() throws java.sql.SQLException- Throws:
java.sql.SQLException
-
-