Package | Description |
---|---|
org.springframework.r2dbc.connection.init |
Provides extensible support for initializing databases through scripts.
|
Modifier and Type | Class and Description |
---|---|
class |
CannotReadScriptException
Thrown by
ScriptUtils if an SQL script cannot be read. |
class |
ScriptParseException
Thrown by
ScriptUtils if an SQL script cannot be properly parsed. |
class |
ScriptStatementFailedException
Thrown by
ScriptUtils if a statement in an SQL script failed when
executing it against the target database. |
class |
UncategorizedScriptException
Thrown when we cannot determine anything more specific than "something went wrong
while processing an SQL script": for example, an
R2dbcException
from R2DBC that we cannot pinpoint more precisely. |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<Void> |
CompositeDatabasePopulator.populate(io.r2dbc.spi.Connection connection) |