Uses of Enum Class
org.pgcodekeeper.core.DangerStatement
Packages that use DangerStatement
Package
Description
-
Uses of DangerStatement in org.pgcodekeeper.core
Methods in org.pgcodekeeper.core that return DangerStatementModifier and TypeMethodDescriptionstatic DangerStatementReturns the enum constant of this class with the specified name.static DangerStatement[]DangerStatement.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.pgcodekeeper.core that return types with arguments of type DangerStatementModifier and TypeMethodDescriptionstatic Set<DangerStatement>DangerStatement.getAllowedDanger(boolean ignoreDropCol, boolean ignoreAlterCol, boolean ignoreDropTable, boolean ignoreRestartWith, boolean ignoreUpdate) Creates a set of dangerous statements that should be considered "allowed" based on the provided ignore flags. -
Uses of DangerStatement in org.pgcodekeeper.core.parsers.antlr.base
Methods in org.pgcodekeeper.core.parsers.antlr.base that return types with arguments of type DangerStatementModifier and TypeMethodDescriptionScriptParser.getDangerDdl(Collection<DangerStatement> allowedDangers) Gets the set of dangerous DDL statements not in the allowed set.Method parameters in org.pgcodekeeper.core.parsers.antlr.base with type arguments of type DangerStatementModifier and TypeMethodDescriptionScriptParser.getDangerDdl(Collection<DangerStatement> allowedDangers) Gets the set of dangerous DDL statements not in the allowed set.booleanScriptParser.isDangerDdl(Collection<DangerStatement> allowedDangers) Checks if the script contains dangerous DDL statements not in the allowed set. -
Uses of DangerStatement in org.pgcodekeeper.core.schema
Methods in org.pgcodekeeper.core.schema that return DangerStatementMethods in org.pgcodekeeper.core.schema with parameters of type DangerStatement