Interface Argument

    • Method Detail

      • apply

        void apply​(int position,
                   java.sql.PreparedStatement statement,
                   StatementContext ctx)
            throws java.sql.SQLException
        Apply the argument to the given prepared statement.
        Parameters:
        position - the position to which the argument should be bound, using the stupid JDBC "start at 1" bit
        statement - the prepared statement the argument is to be bound to
        ctx - the statement context
        Throws:
        java.sql.SQLException - if anything goes wrong