Class CommandWithValues

Direct Known Subclasses:
Insert, Merge

public abstract class CommandWithValues extends DataChangeStatement
Command that supports VALUES clause.
  • Field Details

    • valuesExpressionList

      protected final ArrayList<Expression[]> valuesExpressionList
      Expression data for the VALUES clause.
  • Constructor Details

    • CommandWithValues

      protected CommandWithValues(SessionLocal session)
      Creates new instance of command with VALUES clause.
      Parameters:
      session - the session
  • Method Details

    • addRow

      public void addRow(Expression[] expr)
      Add a row to this command.
      Parameters:
      expr - the list of values