Package | Description |
---|---|
com.sleepycat.client |
Modifier and Type | Method and Description |
---|---|
SForeignKeyDeleteAction |
SSecondaryConfig.getForeignKeyDeleteAction()
Return the action taken when a referenced record in the foreign key
database is deleted.
|
static SForeignKeyDeleteAction |
SForeignKeyDeleteAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SForeignKeyDeleteAction[] |
SForeignKeyDeleteAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SSecondaryConfig |
SSecondaryConfig.setForeignKeyDeleteAction(SForeignKeyDeleteAction action)
Specify the action taken when a referenced record in the foreign key
database is deleted.
|
Copyright (c) 2016, 2019 Oracle and/or its affiliates. All rights reserved.