A B C D E F G H I K L M N O P Q R S T U V W

U

unload(String) - クラス org.apache.commons.dbutils.QueryLoader のメソッド
Removes the queries for the given path from the cache.
update(Connection, String) - クラス org.apache.commons.dbutils.QueryRunner のメソッド
Execute an SQL INSERT, UPDATE, or DELETE query without replacement parameters.
update(Connection, String, Object) - クラス org.apache.commons.dbutils.QueryRunner のメソッド
Execute an SQL INSERT, UPDATE, or DELETE query with a single replacement parameter.
update(Connection, String, Object[]) - クラス org.apache.commons.dbutils.QueryRunner のメソッド
Execute an SQL INSERT, UPDATE, or DELETE query.
update(String) - クラス org.apache.commons.dbutils.QueryRunner のメソッド
Executes the given INSERT, UPDATE, or DELETE SQL statement without any replacement parameters.
update(String, Object) - クラス org.apache.commons.dbutils.QueryRunner のメソッド
Executes the given INSERT, UPDATE, or DELETE SQL statement with a single replacement parameter.
update(String, Object[]) - クラス org.apache.commons.dbutils.QueryRunner のメソッド
Executes the given INSERT, UPDATE, or DELETE SQL statement.

A B C D E F G H I K L M N O P Q R S T U V W