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 ConstraintActionTypeParser.parseAction()private ConstraintActionTypeParser.parseCascadeOrRestrict() -
Uses of ConstraintActionType in org.h2.command.ddl
Fields in org.h2.command.ddl declared as ConstraintActionTypeModifier and TypeFieldDescriptionprivate ConstraintActionTypeAlterTableAddConstraint.deleteActionprivate ConstraintActionTypeAlterTableDropConstraint.dropActionprivate ConstraintActionTypeDropDomain.dropActionprivate ConstraintActionTypeDropSchema.dropActionprivate ConstraintActionTypeDropTable.dropActionprivate ConstraintActionTypeDropView.dropActionprivate ConstraintActionTypeAlterTableAddConstraint.updateActionMethods in org.h2.command.ddl with parameters of type ConstraintActionTypeModifier and TypeMethodDescriptionvoidAlterTableAddConstraint.setDeleteAction(ConstraintActionType action) voidAlterTableDropConstraint.setDropAction(ConstraintActionType dropAction) voidDropDomain.setDropAction(ConstraintActionType dropAction) voidDropSchema.setDropAction(ConstraintActionType dropAction) voidDropTable.setDropAction(ConstraintActionType dropAction) voidDropView.setDropAction(ConstraintActionType dropAction) voidAlterTableAddConstraint.setUpdateAction(ConstraintActionType action) -
Uses of ConstraintActionType in org.h2.constraint
Fields in org.h2.constraint declared as ConstraintActionTypeModifier and TypeFieldDescriptionprivate ConstraintActionTypeConstraintReferential.deleteActionprivate ConstraintActionTypeConstraintReferential.updateActionMethods in org.h2.constraint that return ConstraintActionTypeModifier and TypeMethodDescriptionConstraintReferential.getDeleteAction()ConstraintReferential.getUpdateAction()static ConstraintActionTypeReturns 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 PreparedConstraintReferential.prepare(SessionLocal session, String sql, ConstraintActionType action) voidConstraintReferential.setDeleteAction(ConstraintActionType action) Set the action to apply (restrict, cascade,...) on a delete.voidConstraintReferential.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 ValueSmallintDatabaseMetaLocal.getRefAction(ConstraintActionType action) -
Uses of ConstraintActionType in org.h2.table
Methods in org.h2.table with parameters of type ConstraintActionTypeModifier and TypeMethodDescriptionprivate static shortInformationSchemaTableLegacy.getRefAction(ConstraintActionType action)