Uses of Class
migratedb.v1.core.internal.parser.ParserContext
-
-
Uses of ParserContext in migratedb.v1.core.internal.database.bigquery
Methods in migratedb.v1.core.internal.database.bigquery with parameters of type ParserContext Modifier and Type Method Description protected voidBigQueryParser. adjustBlockDepth(ParserContext context, List<Token> tokens, Token keyword, PeekingReader reader)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)protected booleanBigQueryParser. isSingleLineComment(String peek, ParserContext context, int col)protected booleanBigQueryParser. shouldAdjustBlockDepth(ParserContext context, List<Token> tokens, Token token) -
Uses of ParserContext in migratedb.v1.core.internal.database.cockroachdb
Methods in migratedb.v1.core.internal.database.cockroachdb with parameters of type ParserContext Modifier and Type Method Description protected TokenCockroachDBParser. handleAlternativeStringLiteral(PeekingReader reader, ParserContext context, int pos, int line, int col) -
Uses of ParserContext in migratedb.v1.core.internal.database.db2
Methods in migratedb.v1.core.internal.database.db2 with parameters of type ParserContext Modifier and Type Method Description protected voidDB2Parser. adjustBlockDepth(ParserContext context, List<Token> tokens, Token keyword, PeekingReader reader)protected TokenDB2Parser. handleCommentDirective(PeekingReader reader, ParserContext context, int pos, int line, int col)protected voidDB2Parser. resetDelimiter(ParserContext context) -
Uses of ParserContext in migratedb.v1.core.internal.database.derby
Methods in migratedb.v1.core.internal.database.derby with parameters of type ParserContext Modifier and Type Method Description protected TokenDerbyParser. handleAlternativeStringLiteral(PeekingReader reader, ParserContext context, int pos, int line, int col) -
Uses of ParserContext in migratedb.v1.core.internal.database.firebird
Methods in migratedb.v1.core.internal.database.firebird with parameters of type ParserContext 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)protected voidFirebirdParser. resetDelimiter(ParserContext context) -
Uses of ParserContext in migratedb.v1.core.internal.database.h2
Methods in migratedb.v1.core.internal.database.h2 with parameters of type ParserContext Modifier and Type Method Description protected TokenH2Parser. handleAlternativeStringLiteral(PeekingReader reader, ParserContext context, int pos, int line, int col) -
Uses of ParserContext in migratedb.v1.core.internal.database.hsqldb
Methods in migratedb.v1.core.internal.database.hsqldb with parameters of type ParserContext 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) -
Uses of ParserContext in migratedb.v1.core.internal.database.ignite.thin
Methods in migratedb.v1.core.internal.database.ignite.thin with parameters of type ParserContext Modifier and Type Method Description protected TokenIgniteThinParser. handleAlternativeStringLiteral(PeekingReader reader, ParserContext context, int pos, int line, int col) -
Uses of ParserContext in migratedb.v1.core.internal.database.informix
Methods in migratedb.v1.core.internal.database.informix with parameters of type ParserContext Modifier and Type Method Description protected voidInformixParser. adjustBlockDepth(ParserContext context, List<Token> tokens, Token keyword, PeekingReader reader) -
Uses of ParserContext in migratedb.v1.core.internal.database.mysql
Methods in migratedb.v1.core.internal.database.mysql with parameters of type ParserContext Modifier and Type Method Description protected voidMySQLParser. adjustBlockDepth(ParserContext context, List<Token> tokens, Token keyword, PeekingReader reader)protected StatementTypeMySQLParser. detectStatementType(String simplifiedStatement, ParserContext context, PeekingReader reader)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)protected booleanMySQLParser. isSingleLineComment(String peek, ParserContext context, int col)protected voidMySQLParser. resetDelimiter(ParserContext context)protected booleanMySQLParser. shouldAdjustBlockDepth(ParserContext context, List<Token> tokens, Token token) -
Uses of ParserContext in migratedb.v1.core.internal.database.mysql.mariadb
Methods in migratedb.v1.core.internal.database.mysql.mariadb with parameters of type ParserContext Modifier and Type Method Description protected voidMariaDBParser. adjustBlockDepth(ParserContext context, List<Token> tokens, Token keyword, PeekingReader reader)protected StatementTypeMariaDBParser. detectStatementType(String simplifiedStatement, ParserContext context, PeekingReader reader) -
Uses of ParserContext in migratedb.v1.core.internal.database.oracle
Methods in migratedb.v1.core.internal.database.oracle with parameters of type ParserContext Modifier and Type Method Description protected voidOracleParser. adjustBlockDepth(ParserContext context, List<Token> tokens, Token keyword, PeekingReader reader)protected voidOracleParser. adjustDelimiter(ParserContext context, StatementType statementType)protected StatementTypeOracleParser. detectStatementType(String simplifiedStatement, ParserContext context, PeekingReader reader)protected TokenOracleParser. handleAlternativeStringLiteral(PeekingReader reader, ParserContext context, int pos, int line, int col)protected booleanOracleParser. isDelimiter(String peek, ParserContext context, int col, int colIgnoringWhitespace)protected booleanOracleParser. shouldAdjustBlockDepth(ParserContext context, List<Token> tokens, Token token) -
Uses of ParserContext in migratedb.v1.core.internal.database.postgresql
Methods in migratedb.v1.core.internal.database.postgresql with parameters of type ParserContext Modifier and Type Method Description protected StatementTypePostgreSQLParser. detectStatementType(String simplifiedStatement, ParserContext context, PeekingReader reader)protected TokenPostgreSQLParser. handleAlternativeStringLiteral(PeekingReader reader, ParserContext context, int pos, int line, int col) -
Uses of ParserContext in migratedb.v1.core.internal.database.redshift
Methods in migratedb.v1.core.internal.database.redshift with parameters of type ParserContext Modifier and Type Method Description protected TokenRedshiftParser. handleAlternativeStringLiteral(PeekingReader reader, ParserContext context, int pos, int line, int col) -
Uses of ParserContext in migratedb.v1.core.internal.database.saphana
Methods in migratedb.v1.core.internal.database.saphana with parameters of type ParserContext Modifier and Type Method Description protected voidSAPHANAParser. adjustBlockDepth(ParserContext context, List<Token> tokens, Token keyword, PeekingReader reader)protected StatementTypeSAPHANAParser. detectStatementType(String simplifiedStatement, ParserContext context, PeekingReader reader)protected booleanSAPHANAParser. shouldAdjustBlockDepth(ParserContext context, List<Token> tokens, Token token) -
Uses of ParserContext in migratedb.v1.core.internal.database.snowflake
Methods in migratedb.v1.core.internal.database.snowflake with parameters of type ParserContext Modifier and Type Method Description protected TokenSnowflakeParser. handleAlternativeStringLiteral(PeekingReader reader, ParserContext context, int pos, int line, int col)protected booleanSnowflakeParser. isSingleLineComment(String peek, ParserContext context, int col) -
Uses of ParserContext in migratedb.v1.core.internal.database.sqlite
Methods in migratedb.v1.core.internal.database.sqlite with parameters of type ParserContext Modifier and Type Method Description protected voidSQLiteParser. adjustBlockDepth(ParserContext context, List<Token> tokens, Token keyword, PeekingReader reader) -
Uses of ParserContext in migratedb.v1.core.internal.database.sqlserver
Methods in migratedb.v1.core.internal.database.sqlserver with parameters of type ParserContext Modifier and Type Method Description protected voidSQLServerParser. adjustBlockDepth(ParserContext context, List<Token> tokens, Token keyword, PeekingReader reader)protected booleanSQLServerParser. isDelimiter(String peek, ParserContext context, int col, int colIgnoringWhitespace)protected StringSQLServerParser. readKeyword(PeekingReader reader, Delimiter delimiter, ParserContext context)protected booleanSQLServerParser. shouldAdjustBlockDepth(ParserContext context, List<Token> tokens, Token token) -
Uses of ParserContext in migratedb.v1.core.internal.database.sybasease
Methods in migratedb.v1.core.internal.database.sybasease with parameters of type ParserContext Modifier and Type Method Description protected booleanSybaseASEParser. isDelimiter(String peek, ParserContext context, int col, int colIgnoringWhitespace)protected StringSybaseASEParser. readKeyword(PeekingReader reader, Delimiter delimiter, ParserContext context) -
Uses of ParserContext in migratedb.v1.core.internal.parser
Methods in migratedb.v1.core.internal.parser with parameters of type ParserContext Modifier and Type Method Description protected voidBaseParser. adjustBlockDepth(ParserContext context, List<Token> tokens, Token keyword, PeekingReader reader)protected voidBaseParser. adjustDelimiter(ParserContext context, StatementType statementType)Adjusts the delimiter if necessary for this statement type.protected StatementTypeBaseParser. detectStatementType(String simplifiedStatement, ParserContext context, PeekingReader reader)protected SqlStatementBaseParser. getNextStatement(Resource resource, PeekingReader reader, Recorder recorder, PositionTracker tracker, ParserContext context)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)protected booleanBaseParser. isDelimiter(String peek, ParserContext context, int col, int colIgnoringWhitespace)protected booleanBaseParser. isLetter(char c, ParserContext context)protected booleanBaseParser. isSingleLineComment(String peek, ParserContext context, int col)booleanPeekingReader. peekKeywordPart(ParserContext context)Peek ahead in the stream to see if the next character could be a character part of a keyword or identifier.protected StringBaseParser. readKeyword(PeekingReader reader, Delimiter delimiter, ParserContext context)StringPeekingReader. readKeywordPart(Delimiter delimiter, ParserContext context)Reads all characters in this stream as long as they can be part of a keyword.protected voidBaseParser. resetDelimiter(ParserContext context)Resets the delimiter to its default value before parsing a new statement.protected booleanBaseParser. shouldAdjustBlockDepth(ParserContext context, List<Token> tokens, Token token)Constructors in migratedb.v1.core.internal.parser with parameters of type ParserContext Constructor Description ParserSqlStatementIterator(PeekingReader peekingReader, Resource resource, Recorder recorder, PositionTracker tracker, ParserContext context)
-