DatabaseMetaData.supportsOpenCursorsAcrossCommit
Interface Overview | Interface Members | 
  This Package | 
All Packages
 public abstract boolean supportsOpenCursorsAcrossCommit() throws SQLException
Returns
     true if cursors always remain open; false if they might not remain open
    Description
 Can cursors remain open across commits?
  
Exceptions
 SQLException
     if a database-access error occurs.