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. 
 | 
 
No comments:
Post a Comment