DatabaseMetaData.supportsDataManipulationTransactionsOnly
Interface Overview | Interface Members | 
  This Package | 
All Packages
 public abstract boolean supportsDataManipulationTransactionsOnly() throws SQLException
Returns
     true if so
    Description
 Are only data manipulation statements within a transaction
 supported?
  
Exceptions
 SQLException
     if a database-access error occurs.