Berkeley DB Java Edition
version 5.0.34

Uses of Class
com.sleepycat.je.DeleteConstraintException

Packages that use DeleteConstraintException
com.sleepycat.je Foundation for creating environments, databases and transactions; provides cursor based data access. 
 

Uses of DeleteConstraintException in com.sleepycat.je
 

Methods in com.sleepycat.je that throw DeleteConstraintException
 OperationStatus SecondaryDatabase.delete(Transaction txn, DatabaseEntry key)
          Deletes the primary key/data pair associated with the specified secondary key.
 OperationStatus Database.delete(Transaction txn, DatabaseEntry key)
          Removes key/data pairs from the database.
 


Berkeley DB Java Edition
version 5.0.34

Copyright (c) 2004-2011 Oracle. All rights reserved.