Class YugabyteDBParser

java.lang.Object
org.flywaydb.core.internal.parser.Parser
org.flywaydb.core.internal.database.postgresql.PostgreSQLParser
org.flywaydb.community.database.yugabytedb.YugabyteDBParser

public class YugabyteDBParser extends org.flywaydb.core.internal.database.postgresql.PostgreSQLParser
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.flywaydb.core.internal.parser.Parser

    org.flywaydb.core.internal.parser.Parser.ParserSqlStatementIterator
  • Field Summary

    Fields inherited from class org.flywaydb.core.internal.parser.Parser

    configuration, parsingContext
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    YugabyteDBParser(org.flywaydb.core.api.configuration.Configuration configuration, org.flywaydb.core.internal.parser.ParsingContext parsingContext)
     
  • Method Summary

    Methods inherited from class org.flywaydb.core.internal.database.postgresql.PostgreSQLParser

    adjustBlockDepth, createStatement, detectCanExecuteInTransaction, detectStatementType, getAlternativeStringLiteralQuote, handleAlternativeStringLiteral

    Methods inherited from class org.flywaydb.core.internal.parser.Parser

    adjustDelimiter, doTokensMatchPattern, getAlternativeIdentifierQuote, getClosingIdentifierSymbol, getDefaultDelimiter, getIdentifierQuote, getLastKeywordIndex, getLastKeywordIndex, getNextStatement, getOpeningIdentifierSymbol, getPreviousToken, getTransactionalDetectionCutoff, getValidKeywords, handleCommentDirective, handleDelimiter, handleKeyword, handleMultilineComment, handleStringLiteral, isAlternativeStringLiteral, isCommentDirective, isDelimiter, isKeyword, isLetter, isSingleLineComment, lastTokenIs, lastTokenIsOnLine, parse, parse, readIdentifier, readKeyword, replacePlaceholders, resetDelimiter, shouldAdjustBlockDepth, shouldDiscard, supportsPeekingMultipleLines, supportsReferencedSqlScripts, tokenAtIndexIs

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • YugabyteDBParser

      protected YugabyteDBParser(org.flywaydb.core.api.configuration.Configuration configuration, org.flywaydb.core.internal.parser.ParsingContext parsingContext)