From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- .../db/class-use/ForeignKeyDeleteAction.html | 416 ++++++++++----------- 1 file changed, 196 insertions(+), 220 deletions(-) (limited to 'docs/java/com/sleepycat/db/class-use/ForeignKeyDeleteAction.html') diff --git a/docs/java/com/sleepycat/db/class-use/ForeignKeyDeleteAction.html b/docs/java/com/sleepycat/db/class-use/ForeignKeyDeleteAction.html index 8522ef31..724308f2 100644 --- a/docs/java/com/sleepycat/db/class-use/ForeignKeyDeleteAction.html +++ b/docs/java/com/sleepycat/db/class-use/ForeignKeyDeleteAction.html @@ -1,235 +1,211 @@ - - - - - -Uses of Class com.sleepycat.db.ForeignKeyDeleteAction (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + + + + - -
-
-

-Uses of Class
com.sleepycat.db.ForeignKeyDeleteAction

-
- - - - - - - - - -
-Packages that use ForeignKeyDeleteAction
com.sleepycat.dbBerkeley DB Java API
-[reference guide] [Java programming notes]
-  -

- - - - - -
-Uses of ForeignKeyDeleteAction in com.sleepycat.db
-  -

- - - - - - - - - - - - - - - - + + +
Fields in com.sleepycat.db declared as ForeignKeyDeleteAction
-static ForeignKeyDeleteActionForeignKeyDeleteAction.ABORT - -
-          When a referenced record in the foreign key database is deleted, abort - the transaction by throwing a DatabaseException.
-static ForeignKeyDeleteActionForeignKeyDeleteAction.CASCADE - -
-          When a referenced record in the foreign key database is deleted, delete - the primary database record that references it.
-static ForeignKeyDeleteActionForeignKeyDeleteAction.NULLIFY - -
-          When a referenced record in the foreign key database is deleted, set the +
+

Uses of Class
com.sleepycat.db.ForeignKeyDeleteAction

+
+
+
+
+ + + + + + + + + + + + +
Methods in com.sleepycat.db that return ForeignKeyDeleteAction 
Modifier and TypeMethod and Description
ForeignKeyDeleteActionSecondaryConfig.getForeignKeyDeleteAction() +
Returns the action taken when a referenced record in the foreign key + database is deleted.
+
+ + + + + + + + + + + + +
Methods in com.sleepycat.db with parameters of type ForeignKeyDeleteAction 
Modifier and TypeMethod and Description
voidSecondaryConfig.setForeignKeyDeleteAction(ForeignKeyDeleteAction action) +
Specifies the action taken when a referenced record in the foreign key + database is deleted.
+
+ + + + + - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + + + + - -


-Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved. - - +

Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.

+ + -- cgit v1.2.1