Berkeley DB Java Edition
version 5.0.34

Uses of Class
com.sleepycat.je.SecondaryConstraintException

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

Uses of SecondaryConstraintException in com.sleepycat.je
 

Subclasses of SecondaryConstraintException in com.sleepycat.je
 class DeleteConstraintException
          Thrown when an attempt is made to delete a key from a foreign key database, when that key is referenced by a secondary database, and the secondary is configured to cause an abort in this situation.
 class ForeignConstraintException
          Thrown when an attempt to write a primary database record would insert a secondary record with a key that does not exist in a foreign key database, when the secondary key is configured as a foreign key.
 class UniqueConstraintException
          Thrown when an attempt to write a primary database record would insert a secondary record with a duplicate key, for secondaries that represent one-to-one and one-to-many relationships.
 


Berkeley DB Java Edition
version 5.0.34

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