Module storm

Interface BindVarsHandle


public interface BindVarsHandle
Handle used to process bind variables.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addBatch(Record record)
    Adds a record to the batch.
  • Method Details

    • addBatch

      void addBatch(@Nonnull Record record)
      Adds a record to the batch.
      Parameters:
      record - the record to add.