Wednesday 1 October 2014

Concurrency support of ResultSet

java.sql.ResultSet interface provides two constants to represent concurrency type of ResultSet.

Type
Constant
Description
Read-only
CONCUR_READ_ONLY
ResultSet is read-only, it doesn't allow to update contents.
Updatable
CONCUR_UPDATABLE
It is opposite to read-only type. It allows contents to update.




Prevoius                                                 Next                                                 Home

No comments:

Post a Comment