Class CommandWithValues

    • Field Detail

      • valuesExpressionList

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

      • CommandWithValues

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

      • addRow

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