com.sleepycat.je
Class ForeignKeyDeleteAction

java.lang.Object
  extended by com.sleepycat.je.ForeignKeyDeleteAction

public class ForeignKeyDeleteAction
extends Object

Javadoc for this public class is generated via the doc templates in the doc_src directory.


Field Summary
static ForeignKeyDeleteAction ABORT
          Javadoc for this public class is generated via the doc templates in the doc_src directory.
static ForeignKeyDeleteAction CASCADE
          Javadoc for this public class is generated via the doc templates in the doc_src directory.
static ForeignKeyDeleteAction NULLIFY
          Javadoc for this public class is generated via the doc templates in the doc_src directory.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ABORT

public static final ForeignKeyDeleteAction ABORT
Javadoc for this public class is generated via the doc templates in the doc_src directory.


CASCADE

public static final ForeignKeyDeleteAction CASCADE
Javadoc for this public class is generated via the doc templates in the doc_src directory.


NULLIFY

public static final ForeignKeyDeleteAction NULLIFY
Javadoc for this public class is generated via the doc templates in the doc_src directory.

Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.