public final class PostgreSQLParserSubstitutions extends Object
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
PostgreSQLParserSubstitutions.IsPostgreSQLDriverAbsent |
| Constructor and Description |
|---|
PostgreSQLParserSubstitutions() |
| Modifier and Type | Method and Description |
|---|---|
protected org.flywaydb.core.internal.sqlscript.ParsedSqlStatement |
createStatement(org.flywaydb.core.internal.parser.PeekingReader reader,
org.flywaydb.core.internal.parser.Recorder recorder,
int statementPos,
int statementLine,
int statementCol,
int nonCommentPartPos,
int nonCommentPartLine,
int nonCommentPartCol,
org.flywaydb.core.internal.parser.StatementType statementType,
boolean canExecuteInTransaction,
org.flywaydb.core.internal.sqlscript.Delimiter delimiter,
String sql)
Returns only a
ParsedSqlStatement as the normal SQL migrations do or throw an exception
if pgCopy flag is true |
protected org.flywaydb.core.internal.sqlscript.ParsedSqlStatement createStatement(org.flywaydb.core.internal.parser.PeekingReader reader,
org.flywaydb.core.internal.parser.Recorder recorder,
int statementPos,
int statementLine,
int statementCol,
int nonCommentPartPos,
int nonCommentPartLine,
int nonCommentPartCol,
org.flywaydb.core.internal.parser.StatementType statementType,
boolean canExecuteInTransaction,
org.flywaydb.core.internal.sqlscript.Delimiter delimiter,
String sql)
throws IOException
ParsedSqlStatement as the normal SQL migrations do or throw an exception
if pgCopy flag is trueIOExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.