Package rife.database.queries
Class CreateTable.ViolationAction
- Enclosing class:
- CreateTable
-
Field Summary
Modifier and TypeFieldDescriptionstatic final CreateTable.ViolationAction
static final CreateTable.ViolationAction
static final CreateTable.ViolationAction
static final CreateTable.ViolationAction
static final CreateTable.ViolationAction
Fields inherited from class rife.datastructures.EnumClass
identifier_
-
Method Summary
Methods inherited from class rife.datastructures.EnumClass
equals, getIdentifier, getIdentifiers, getMember, getMembers, hashCode, registerType, toString
-
Field Details
-
NOACTION
-
RESTRICT
-
CASCADE
-
SETNULL
-
SETDEFAULT
-