Uses of Interface
migratedb.v1.core.api.internal.sqlscript.SqlStatement
-
Packages that use SqlStatement Package Description migratedb.v1.core.internal.database.postgresql Private API.migratedb.v1.core.internal.parser Private API.migratedb.v1.core.internal.sqlscript Private API. -
-
Uses of SqlStatement in migratedb.v1.core.internal.database.postgresql
Classes in migratedb.v1.core.internal.database.postgresql that implement SqlStatement Modifier and Type Class Description classPostgreSQLCopyParsedStatementA PostgreSQL COPY FROM STDIN statement. -
Uses of SqlStatement in migratedb.v1.core.internal.parser
Methods in migratedb.v1.core.internal.parser that return SqlStatement Modifier and Type Method Description protected SqlStatementBaseParser. getNextStatement(Resource resource, PeekingReader reader, Recorder recorder, PositionTracker tracker, ParserContext context)SqlStatementBaseParser.ParserSqlStatementIterator. next() -
Uses of SqlStatement in migratedb.v1.core.internal.sqlscript
Classes in migratedb.v1.core.internal.sqlscript that implement SqlStatement Modifier and Type Class Description classParsedSqlStatementA 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 SqlStatement Modifier and Type Field Description protected List<SqlStatement>ParserSqlScript. sqlStatementsThe sql statements contained in this script.Methods in migratedb.v1.core.internal.sqlscript that return SqlStatement Modifier and Type Method Description SqlStatementMigrateDbSqlScriptException. getSqlStatement()Returns the failed statement in SQL script.Methods in migratedb.v1.core.internal.sqlscript with parameters of type SqlStatement Modifier and Type Method Description protected 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 SqlStatement Constructor Description MigrateDbSqlScriptException(Resource resource, SqlStatement statement, SQLException sqlException)Creates new instance of MigrateDbSqlScriptException.
-