Package org.voltdb


package org.voltdb
  • Class
    Description
    This class contains an enum Type with values that correspond to the Expectation typed attributes of VoltProcedure, including EXPECT_EMPTY, EXPECT_ONE_ROW, EXPECT_ZERO_OR_ONE_ROW, EXPECT_NON_EMPTY, EXPECT_SCALAR, EXPECT_SCALAR_LONG, and EXPECT_SCALAR_MATCH.
    Class used to run a single VoltDB server in-process for debug and test purposes.
    A simple wrapper of a parameterized SQL statement.
    Base class for any user-provided compound procedures.
    Thrown from a stored procedure to abort a VoltCompoundProcedure.
    Represents the stages of processing of a VoltCompoundProcedure.
    Wraps the stored procedure object created by the user with metadata available at runtime.
    Thrown from a stored procedure to indicate to VoltDB that the procedure should be aborted and rolled back.
    The primary representation of a result set (of tuples) or a temporary table in VoltDB.
    Object that represents the name and schema for a VoltTable column.
    Represents the interface to a row in a VoltTable result set.
    Represents a type for a VoltTable column or a SQLStmt parameter.
    Support class to represent optional value length variability.