Berkeley DB Java Edition
version 5.0.34

Uses of Class
com.sleepycat.je.ForeignKeyDeleteAction

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

Uses of ForeignKeyDeleteAction in com.sleepycat.je
 

Methods in com.sleepycat.je that return ForeignKeyDeleteAction
 ForeignKeyDeleteAction SecondaryConfig.getForeignKeyDeleteAction()
          Returns the action taken when a referenced record in the foreign key database is deleted.
static ForeignKeyDeleteAction ForeignKeyDeleteAction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ForeignKeyDeleteAction[] ForeignKeyDeleteAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sleepycat.je with parameters of type ForeignKeyDeleteAction
 SecondaryConfig SecondaryConfig.setForeignKeyDeleteAction(ForeignKeyDeleteAction foreignKeyDeleteAction)
          Specifies the action taken when a referenced record in the foreign key database is deleted.
 


Berkeley DB Java Edition
version 5.0.34

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