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

U

Update - Interface in com.jdbaccess.da
Interface for updating objects: with Update you can update one or more rows in database.
update(TransferObject) - Method in interface com.jdbaccess.dao.DataAccessObject
update modified values of this transfer object in one database row (over id of that transfer object) or update modified values of this transfer object in some database rows (over whereCondition of that transfer object)
update(TransferObject) - Method in class com.jdbaccess.dao.DataAccessObjectImpl
update modified values of this transfer object in one database row (over id of that transfer object) or update modified values of this transfer object in some database rows (over whereCondition of that transfer object)
url - Variable in class com.jdbaccess.db.DataSource
 
usedPool - Variable in class com.jdbaccess.db.ConnPool
 
usePool - Variable in class com.jdbaccess.db.StatementPool
 
user - Variable in class com.jdbaccess.db.DataSource
 

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