Uses of Enum Class
org.springframework.test.context.jdbc.SqlConfig.ErrorMode
Packages that use SqlConfig.ErrorMode
Package
Description
JDBC support classes for the Spring TestContext Framework,
including support for declarative SQL script execution via
@Sql.-
Uses of SqlConfig.ErrorMode in org.springframework.test.context.jdbc
Subclasses with type arguments of type SqlConfig.ErrorMode in org.springframework.test.context.jdbcModifier and TypeClassDescriptionstatic enumEnumeration of modes that dictate how errors are handled while executing SQL statements.Methods in org.springframework.test.context.jdbc that return SqlConfig.ErrorModeModifier and TypeMethodDescriptionstatic SqlConfig.ErrorModeReturns the enum constant of this class with the specified name.static SqlConfig.ErrorMode[]SqlConfig.ErrorMode.values()Returns an array containing the constants of this enum class, in the order they are declared.