Interface ExecutablePreparedStatement

    • Method Detail

      • execute

        void execute​(PreparedStatementFactory factory)
              throws DatabaseException
        Executes the prepared statement created by the given factory.
        Parameters:
        factory - a factory for creating a PreparedStatement object.
        Throws:
        DatabaseException - if an exception occurs while executing the prepared statement.