Interface SingleStoreIO.StatementPreparator

All Superinterfaces:
Serializable
Enclosing class:
SingleStoreIO
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface SingleStoreIO.StatementPreparator extends Serializable
An interface used by the SingleStoreIO SingleStoreIO.Read to set the parameters of the PreparedStatement.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setParameters(PreparedStatement preparedStatement)