Uses of Class
org.voltdb.SQLStmt
-
Uses of SQLStmt in org.voltdb
Modifier and TypeMethodDescriptionvoid
VoltProcedure.voltQueueSQL
(SQLStmt stmt, Object... args) Queue the SQLstatement
for execution with the specified argument list.void
VoltProcedure.voltQueueSQL
(SQLStmt stmt, org.voltdb.Expectation expectation, Object... args) Queue the SQLstatement
for execution with the specified argument list, and an Expectation describing the expected results.