Uses of Class
org.springframework.r2dbc.connection.init.ScriptException
Packages that use ScriptException
Package
Description
Provides extensible support for initializing databases through scripts.
-
Uses of ScriptException in org.springframework.r2dbc.connection.init
Subclasses of ScriptException in org.springframework.r2dbc.connection.initModifier and TypeClassDescriptionclass
Thrown byScriptUtils
if an SQL script cannot be read.class
Thrown byScriptUtils
if an SQL script cannot be properly parsed.class
Thrown byScriptUtils
if a statement in an SQL script failed when executing it against the target database.class
Thrown when we cannot determine anything more specific than "something went wrong while processing an SQL script": for example, anR2dbcException
from R2DBC that we cannot pinpoint more precisely.Methods in org.springframework.r2dbc.connection.init that throw ScriptExceptionModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>
CompositeDatabasePopulator.populate
(Connection connection)