com.sleepycat.je
Class ForeignKeyDeleteAction

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

public class ForeignKeyDeleteAction
extends java.lang.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
 java.lang.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 java.lang.String toString()
Overrides:
toString in class java.lang.Object


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