Uses of Class
org.voltdb.Expectation
Packages that use Expectation
-
Uses of Expectation in org.voltdb
Fields in org.voltdb declared as ExpectationModifier and TypeFieldDescriptionstatic final ExpectationVoltProcedure.EXPECT_EMPTYExpect an empty result set (0 rows)static final ExpectationVoltProcedure.EXPECT_NON_EMPTYExpect a result set with one or more rowsstatic final ExpectationVoltProcedure.EXPECT_ONE_ROWExpect a result set with exactly one rowstatic final ExpectationVoltProcedure.EXPECT_SCALARExpect a result set with a single row and a single column (scalar value)static final ExpectationVoltProcedure.EXPECT_SCALAR_LONGExpect a result with a single row and a single BIGINT columnstatic final ExpectationVoltProcedure.EXPECT_ZERO_OR_ONE_ROWExpect a result set with one or no rowsMethods in org.voltdb that return ExpectationModifier and TypeMethodDescriptionstatic final ExpectationVoltProcedure.EXPECT_SCALAR_MATCH(long scalar) Expect a result with a single row and a single BIGINT column containing the specified value.Methods in org.voltdb with parameters of type ExpectationModifier and TypeMethodDescriptionvoidVoltProcedure.voltQueueSQL(SQLStmt stmt, Expectation expectation, Object... args) Queue the SQLstatementfor execution with the specified argument list, and an Expectation describing the expected results.