Uses of Interface
migratedb.v1.core.api.internal.sqlscript.SqlStatement
Packages that use SqlStatement
Package
Description
Private API.
Private API.
Private API.
-
Uses of SqlStatement in migratedb.v1.core.internal.database.postgresql
Classes in migratedb.v1.core.internal.database.postgresql that implement SqlStatementModifier and TypeClassDescriptionclassA PostgreSQL COPY FROM STDIN statement. -
Uses of SqlStatement in migratedb.v1.core.internal.parser
Methods in migratedb.v1.core.internal.parser that return SqlStatementModifier and TypeMethodDescriptionprotected SqlStatementBaseParser.getNextStatement(Resource resource, PeekingReader reader, Recorder recorder, PositionTracker tracker, ParserContext context) BaseParser.ParserSqlStatementIterator.next() -
Uses of SqlStatement in migratedb.v1.core.internal.sqlscript
Classes in migratedb.v1.core.internal.sqlscript that implement SqlStatementModifier and TypeClassDescriptionclassA sql statement from a script that can be executed at once against a database.Fields in migratedb.v1.core.internal.sqlscript with type parameters of type SqlStatementModifier and TypeFieldDescriptionprotected final List<SqlStatement>ParserSqlScript.sqlStatementsThe sql statements contained in this script.Methods in migratedb.v1.core.internal.sqlscript that return SqlStatementModifier and TypeMethodDescriptionMigrateDbSqlScriptException.getSqlStatement()Returns the failed statement in SQL script.Methods in migratedb.v1.core.internal.sqlscript with parameters of type SqlStatementModifier and TypeMethodDescriptionprotected voidDefaultSqlScriptExecutor.executeStatement(JdbcTemplate jdbcTemplate, SqlScript sqlScript, SqlStatement sqlStatement) protected voidDefaultSqlScriptExecutor.handleException(Results results, SqlScript sqlScript, SqlStatement sqlStatement) protected voidDefaultSqlScriptExecutor.logStatementExecution(SqlStatement sqlStatement) Constructors in migratedb.v1.core.internal.sqlscript with parameters of type SqlStatementModifierConstructorDescriptionMigrateDbSqlScriptException(Resource resource, SqlStatement statement, SQLException sqlException) Creates new instance of MigrateDbSqlScriptException.