Uses of Enum
org.h2.constraint.ConstraintActionType
Packages that use ConstraintActionType
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
Contains DDL (data definition language) and related SQL statements.
Database constraints such as check constraints, unique constraints, and referential constraints.
Implementation of the JDBC database metadata API (package java.sql).
Classes related to a table and table meta data.
-
Uses of ConstraintActionType in org.h2.command
Methods in org.h2.command that return ConstraintActionTypeModifier and TypeMethodDescriptionprivate ConstraintActionType
Parser.parseAction()
private ConstraintActionType
Parser.parseCascadeOrRestrict()
-
Uses of ConstraintActionType in org.h2.command.ddl
Fields in org.h2.command.ddl declared as ConstraintActionTypeModifier and TypeFieldDescriptionprivate ConstraintActionType
AlterTableAddConstraint.deleteAction
private ConstraintActionType
AlterTableDropConstraint.dropAction
private ConstraintActionType
DropDomain.dropAction
private ConstraintActionType
DropSchema.dropAction
private ConstraintActionType
DropTable.dropAction
private ConstraintActionType
DropView.dropAction
private ConstraintActionType
AlterTableAddConstraint.updateAction
Methods in org.h2.command.ddl with parameters of type ConstraintActionTypeModifier and TypeMethodDescriptionvoid
AlterTableAddConstraint.setDeleteAction
(ConstraintActionType action) void
AlterTableDropConstraint.setDropAction
(ConstraintActionType dropAction) void
DropDomain.setDropAction
(ConstraintActionType dropAction) void
DropSchema.setDropAction
(ConstraintActionType dropAction) void
DropTable.setDropAction
(ConstraintActionType dropAction) void
DropView.setDropAction
(ConstraintActionType dropAction) void
AlterTableAddConstraint.setUpdateAction
(ConstraintActionType action) -
Uses of ConstraintActionType in org.h2.constraint
Fields in org.h2.constraint declared as ConstraintActionTypeModifier and TypeFieldDescriptionprivate ConstraintActionType
ConstraintReferential.deleteAction
private ConstraintActionType
ConstraintReferential.updateAction
Methods in org.h2.constraint that return ConstraintActionTypeModifier and TypeMethodDescriptionConstraintReferential.getDeleteAction()
ConstraintReferential.getUpdateAction()
static ConstraintActionType
Returns the enum constant of this type with the specified name.static ConstraintActionType[]
ConstraintActionType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.h2.constraint with parameters of type ConstraintActionTypeModifier and TypeMethodDescriptionprivate Prepared
ConstraintReferential.prepare
(SessionLocal session, String sql, ConstraintActionType action) void
ConstraintReferential.setDeleteAction
(ConstraintActionType action) Set the action to apply (restrict, cascade,...) on a delete.void
ConstraintReferential.setUpdateAction
(ConstraintActionType action) Set the action to apply (restrict, cascade,...) on an update. -
Uses of ConstraintActionType in org.h2.jdbc.meta
Methods in org.h2.jdbc.meta with parameters of type ConstraintActionTypeModifier and TypeMethodDescriptionprivate static ValueSmallint
DatabaseMetaLocal.getRefAction
(ConstraintActionType action) -
Uses of ConstraintActionType in org.h2.table
Methods in org.h2.table with parameters of type ConstraintActionTypeModifier and TypeMethodDescriptionprivate static short
InformationSchemaTableLegacy.getRefAction
(ConstraintActionType action)