Uses of Class
migratedb.v1.core.internal.parser.Token
-
-
Uses of Token in migratedb.v1.core.internal.database.bigquery
Methods in migratedb.v1.core.internal.database.bigquery that return Token Modifier and Type Method Description protected TokenBigQueryParser. handleAlternativeStringLiteral(PeekingReader reader, ParserContext context, int pos, int line, int col)protected TokenBigQueryParser. handleStringLiteral(PeekingReader reader, ParserContext context, int pos, int line, int col)Methods in migratedb.v1.core.internal.database.bigquery with parameters of type Token Modifier and Type Method Description protected voidBigQueryParser. adjustBlockDepth(ParserContext context, List<Token> tokens, Token keyword, PeekingReader reader)protected booleanBigQueryParser. shouldAdjustBlockDepth(ParserContext context, List<Token> tokens, Token token)Method parameters in migratedb.v1.core.internal.database.bigquery with type arguments of type Token Modifier and Type Method Description protected voidBigQueryParser. adjustBlockDepth(ParserContext context, List<Token> tokens, Token keyword, PeekingReader reader)protected BooleanBigQueryParser. detectCanExecuteInTransaction(String simplifiedStatement, List<Token> keywords)protected booleanBigQueryParser. shouldAdjustBlockDepth(ParserContext context, List<Token> tokens, Token token) -
Uses of Token in migratedb.v1.core.internal.database.cockroachdb
Methods in migratedb.v1.core.internal.database.cockroachdb that return Token Modifier and Type Method Description protected TokenCockroachDBParser. handleAlternativeStringLiteral(PeekingReader reader, ParserContext context, int pos, int line, int col)Method parameters in migratedb.v1.core.internal.database.cockroachdb with type arguments of type Token Modifier and Type Method Description protected BooleanCockroachDBParser. detectCanExecuteInTransaction(String simplifiedStatement, List<Token> keywords) -
Uses of Token in migratedb.v1.core.internal.database.db2
Methods in migratedb.v1.core.internal.database.db2 that return Token Modifier and Type Method Description protected TokenDB2Parser. handleCommentDirective(PeekingReader reader, ParserContext context, int pos, int line, int col)Methods in migratedb.v1.core.internal.database.db2 with parameters of type Token Modifier and Type Method Description protected voidDB2Parser. adjustBlockDepth(ParserContext context, List<Token> tokens, Token keyword, PeekingReader reader)Method parameters in migratedb.v1.core.internal.database.db2 with type arguments of type Token Modifier and Type Method Description protected voidDB2Parser. adjustBlockDepth(ParserContext context, List<Token> tokens, Token keyword, PeekingReader reader) -
Uses of Token in migratedb.v1.core.internal.database.derby
Methods in migratedb.v1.core.internal.database.derby that return Token Modifier and Type Method Description protected TokenDerbyParser. handleAlternativeStringLiteral(PeekingReader reader, ParserContext context, int pos, int line, int col) -
Uses of Token in migratedb.v1.core.internal.database.firebird
Methods in migratedb.v1.core.internal.database.firebird that return Token Modifier and Type Method Description protected TokenFirebirdParser. handleAlternativeStringLiteral(PeekingReader reader, ParserContext context, int pos, int line, int col)protected TokenFirebirdParser. handleKeyword(PeekingReader reader, ParserContext context, int pos, int line, int col, String keyword) -
Uses of Token in migratedb.v1.core.internal.database.h2
Methods in migratedb.v1.core.internal.database.h2 that return Token Modifier and Type Method Description protected TokenH2Parser. handleAlternativeStringLiteral(PeekingReader reader, ParserContext context, int pos, int line, int col) -
Uses of Token in migratedb.v1.core.internal.database.hsqldb
Methods in migratedb.v1.core.internal.database.hsqldb with parameters of type Token Modifier and Type Method Description protected voidHSQLDBParser. adjustBlockDepth(ParserContext context, List<Token> tokens, Token keyword, PeekingReader reader)protected booleanHSQLDBParser. shouldAdjustBlockDepth(ParserContext context, List<Token> tokens, Token token)Method parameters in migratedb.v1.core.internal.database.hsqldb with type arguments of type Token Modifier and Type Method Description protected voidHSQLDBParser. adjustBlockDepth(ParserContext context, List<Token> tokens, Token keyword, PeekingReader reader)protected intHSQLDBParser. getLastKeywordIndex(List<Token> tokens, int endIndex)protected booleanHSQLDBParser. shouldAdjustBlockDepth(ParserContext context, List<Token> tokens, Token token) -
Uses of Token in migratedb.v1.core.internal.database.ignite.thin
Methods in migratedb.v1.core.internal.database.ignite.thin that return Token Modifier and Type Method Description protected TokenIgniteThinParser. handleAlternativeStringLiteral(PeekingReader reader, ParserContext context, int pos, int line, int col)Method parameters in migratedb.v1.core.internal.database.ignite.thin with type arguments of type Token Modifier and Type Method Description protected BooleanIgniteThinParser. detectCanExecuteInTransaction(String simplifiedStatement, List<Token> keywords) -
Uses of Token in migratedb.v1.core.internal.database.informix
Methods in migratedb.v1.core.internal.database.informix with parameters of type Token Modifier and Type Method Description protected voidInformixParser. adjustBlockDepth(ParserContext context, List<Token> tokens, Token keyword, PeekingReader reader)Method parameters in migratedb.v1.core.internal.database.informix with type arguments of type Token Modifier and Type Method Description protected voidInformixParser. adjustBlockDepth(ParserContext context, List<Token> tokens, Token keyword, PeekingReader reader) -
Uses of Token in migratedb.v1.core.internal.database.mysql
Methods in migratedb.v1.core.internal.database.mysql that return Token Modifier and Type Method Description protected TokenMySQLParser. handleAlternativeStringLiteral(PeekingReader reader, ParserContext context, int pos, int line, int col)protected TokenMySQLParser. handleCommentDirective(PeekingReader reader, ParserContext context, int pos, int line, int col)protected TokenMySQLParser. handleKeyword(PeekingReader reader, ParserContext context, int pos, int line, int col, String keyword)protected TokenMySQLParser. handleStringLiteral(PeekingReader reader, ParserContext context, int pos, int line, int col)Methods in migratedb.v1.core.internal.database.mysql with parameters of type Token Modifier and Type Method Description protected voidMySQLParser. adjustBlockDepth(ParserContext context, List<Token> tokens, Token keyword, PeekingReader reader)protected booleanMySQLParser. shouldAdjustBlockDepth(ParserContext context, List<Token> tokens, Token token)Method parameters in migratedb.v1.core.internal.database.mysql with type arguments of type Token Modifier and Type Method Description protected voidMySQLParser. adjustBlockDepth(ParserContext context, List<Token> tokens, Token keyword, PeekingReader reader)protected booleanMySQLParser. shouldAdjustBlockDepth(ParserContext context, List<Token> tokens, Token token) -
Uses of Token in migratedb.v1.core.internal.database.mysql.mariadb
Methods in migratedb.v1.core.internal.database.mysql.mariadb with parameters of type Token Modifier and Type Method Description protected voidMariaDBParser. adjustBlockDepth(ParserContext context, List<Token> tokens, Token keyword, PeekingReader reader)Method parameters in migratedb.v1.core.internal.database.mysql.mariadb with type arguments of type Token Modifier and Type Method Description protected voidMariaDBParser. adjustBlockDepth(ParserContext context, List<Token> tokens, Token keyword, PeekingReader reader) -
Uses of Token in migratedb.v1.core.internal.database.oracle
Methods in migratedb.v1.core.internal.database.oracle that return Token Modifier and Type Method Description protected TokenOracleParser. handleAlternativeStringLiteral(PeekingReader reader, ParserContext context, int pos, int line, int col)Methods in migratedb.v1.core.internal.database.oracle with parameters of type Token Modifier and Type Method Description protected voidOracleParser. adjustBlockDepth(ParserContext context, List<Token> tokens, Token keyword, PeekingReader reader)protected booleanOracleParser. doTokensMatchPattern(List<Token> previousTokens, Token current, Pattern regex)protected booleanOracleParser. shouldAdjustBlockDepth(ParserContext context, List<Token> tokens, Token token)protected booleanOracleParser. shouldDiscard(Token token, boolean nonCommentPartSeen)Method parameters in migratedb.v1.core.internal.database.oracle with type arguments of type Token Modifier and Type Method Description protected voidOracleParser. adjustBlockDepth(ParserContext context, List<Token> tokens, Token keyword, PeekingReader reader)protected booleanOracleParser. doTokensMatchPattern(List<Token> previousTokens, Token current, Pattern regex)protected booleanOracleParser. shouldAdjustBlockDepth(ParserContext context, List<Token> tokens, Token token) -
Uses of Token in migratedb.v1.core.internal.database.postgresql
Methods in migratedb.v1.core.internal.database.postgresql that return Token Modifier and Type Method Description protected TokenPostgreSQLParser. handleAlternativeStringLiteral(PeekingReader reader, ParserContext context, int pos, int line, int col)Method parameters in migratedb.v1.core.internal.database.postgresql with type arguments of type Token Modifier and Type Method Description protected BooleanPostgreSQLParser. detectCanExecuteInTransaction(String simplifiedStatement, List<Token> keywords) -
Uses of Token in migratedb.v1.core.internal.database.redshift
Methods in migratedb.v1.core.internal.database.redshift that return Token Modifier and Type Method Description protected TokenRedshiftParser. handleAlternativeStringLiteral(PeekingReader reader, ParserContext context, int pos, int line, int col)Method parameters in migratedb.v1.core.internal.database.redshift with type arguments of type Token Modifier and Type Method Description protected BooleanRedshiftParser. detectCanExecuteInTransaction(String simplifiedStatement, List<Token> keywords) -
Uses of Token in migratedb.v1.core.internal.database.saphana
Methods in migratedb.v1.core.internal.database.saphana with parameters of type Token Modifier and Type Method Description protected voidSAPHANAParser. adjustBlockDepth(ParserContext context, List<Token> tokens, Token keyword, PeekingReader reader)protected booleanSAPHANAParser. shouldAdjustBlockDepth(ParserContext context, List<Token> tokens, Token token)Method parameters in migratedb.v1.core.internal.database.saphana with type arguments of type Token Modifier and Type Method Description protected voidSAPHANAParser. adjustBlockDepth(ParserContext context, List<Token> tokens, Token keyword, PeekingReader reader)protected booleanSAPHANAParser. shouldAdjustBlockDepth(ParserContext context, List<Token> tokens, Token token) -
Uses of Token in migratedb.v1.core.internal.database.snowflake
Methods in migratedb.v1.core.internal.database.snowflake that return Token Modifier and Type Method Description protected TokenSnowflakeParser. handleAlternativeStringLiteral(PeekingReader reader, ParserContext context, int pos, int line, int col) -
Uses of Token in migratedb.v1.core.internal.database.spanner
Method parameters in migratedb.v1.core.internal.database.spanner with type arguments of type Token Modifier and Type Method Description protected BooleanSpannerParser. detectCanExecuteInTransaction(String simplifiedStatement, List<Token> keywords) -
Uses of Token in migratedb.v1.core.internal.database.sqlite
Methods in migratedb.v1.core.internal.database.sqlite with parameters of type Token Modifier and Type Method Description protected voidSQLiteParser. adjustBlockDepth(ParserContext context, List<Token> tokens, Token keyword, PeekingReader reader)Method parameters in migratedb.v1.core.internal.database.sqlite with type arguments of type Token Modifier and Type Method Description protected voidSQLiteParser. adjustBlockDepth(ParserContext context, List<Token> tokens, Token keyword, PeekingReader reader)protected BooleanSQLiteParser. detectCanExecuteInTransaction(String simplifiedStatement, List<Token> keywords) -
Uses of Token in migratedb.v1.core.internal.database.sqlserver
Methods in migratedb.v1.core.internal.database.sqlserver with parameters of type Token Modifier and Type Method Description protected voidSQLServerParser. adjustBlockDepth(ParserContext context, List<Token> tokens, Token keyword, PeekingReader reader)protected booleanSQLServerParser. shouldAdjustBlockDepth(ParserContext context, List<Token> tokens, Token token)Method parameters in migratedb.v1.core.internal.database.sqlserver with type arguments of type Token Modifier and Type Method Description protected voidSQLServerParser. adjustBlockDepth(ParserContext context, List<Token> tokens, Token keyword, PeekingReader reader)protected BooleanSQLServerParser. detectCanExecuteInTransaction(String simplifiedStatement, List<Token> keywords)protected booleanSQLServerParser. shouldAdjustBlockDepth(ParserContext context, List<Token> tokens, Token token) -
Uses of Token in migratedb.v1.core.internal.parser
Methods in migratedb.v1.core.internal.parser that return Token Modifier and Type Method Description protected static TokenBaseParser. getPreviousToken(List<Token> tokens, int parensDepth)protected TokenBaseParser. handleAlternativeStringLiteral(PeekingReader reader, ParserContext context, int pos, int line, int col)protected TokenBaseParser. handleCommentDirective(PeekingReader reader, ParserContext context, int pos, int line, int col)protected TokenBaseParser. handleDelimiter(PeekingReader reader, ParserContext context, int pos, int line, int col)protected TokenBaseParser. handleKeyword(PeekingReader reader, ParserContext context, int pos, int line, int col, String keyword)protected TokenBaseParser. handleStringLiteral(PeekingReader reader, ParserContext context, int pos, int line, int col)Methods in migratedb.v1.core.internal.parser with parameters of type Token Modifier and Type Method Description protected voidBaseParser. adjustBlockDepth(ParserContext context, List<Token> tokens, Token keyword, PeekingReader reader)protected booleanBaseParser. doTokensMatchPattern(List<Token> previousTokens, Token current, Pattern regex)protected booleanBaseParser. shouldAdjustBlockDepth(ParserContext context, List<Token> tokens, Token token)protected booleanBaseParser. shouldDiscard(Token token, boolean nonCommentPartSeen)Whether the current set of tokens should be discarded.Method parameters in migratedb.v1.core.internal.parser with type arguments of type Token Modifier and Type Method Description protected voidBaseParser. adjustBlockDepth(ParserContext context, List<Token> tokens, Token keyword, PeekingReader reader)protected BooleanBaseParser. detectCanExecuteInTransaction(String simplifiedStatement, List<Token> keywords)protected booleanBaseParser. doTokensMatchPattern(List<Token> previousTokens, Token current, Pattern regex)protected intBaseParser. getLastKeywordIndex(List<Token> tokens)protected intBaseParser. getLastKeywordIndex(List<Token> tokens, int endIndex)protected static TokenBaseParser. getPreviousToken(List<Token> tokens, int parensDepth)protected static booleanBaseParser. lastTokenIs(List<Token> tokens, int parensDepth, String tokenText)protected static booleanBaseParser. lastTokenIsOnLine(List<Token> tokens, int parensDepth, int line)protected booleanBaseParser. shouldAdjustBlockDepth(ParserContext context, List<Token> tokens, Token token)protected static booleanBaseParser. tokenAtIndexIs(List<Token> tokens, int index, String tokenText)
-