Connection
ResultSet
ConnectionMetaData
public boolean deletesAreDetected(int type) throws ResourceException
public boolean insertsAreDetected(int type) throws ResourceException
ResultSet.rowInserted()
public boolean othersDeletesAreVisible(int type) throws ResourceException
public boolean othersInsertsAreVisible(int type) throws ResourceException
public boolean othersUpdatesAreVisible(int type) throws ResourceException
public boolean ownDeletesAreVisible(int type) throws ResourceException
public boolean ownInsertsAreVisible(int type) throws ResourceException
public boolean ownUpdatesAreVisible(int type) throws ResourceException
public boolean supportsResultSetType(int type) throws ResourceException
public boolean supportsResultTypeConcurrency(int type, int concurrency) throws ResourceException
public boolean updatesAreDetected(int type) throws ResourceException
ResultSet.rowUpdated()