Interface JdbcIO.StatementPreparator

  • All Superinterfaces:
    java.io.Serializable
    Enclosing class:
    JdbcIO
    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 JdbcIO.StatementPreparator
    extends java.io.Serializable
    An interface used by the JdbcIO Write to set the parameters of the PreparedStatement used to setParameters into the database.
    • Method Detail

      • setParameters

        void setParameters​(java.sql.PreparedStatement preparedStatement)
                    throws java.lang.Exception
        Throws:
        java.lang.Exception