Uses of Class
migratedb.v1.core.api.internal.sqlscript.Delimiter
Packages that use Delimiter
Package
Description
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
Private API.
-
Uses of Delimiter in migratedb.v1.core.api.internal.database.base
Methods in migratedb.v1.core.api.internal.database.base that return Delimiter -
Uses of Delimiter in migratedb.v1.core.api.internal.sqlscript
Fields in migratedb.v1.core.api.internal.sqlscript declared as Delimiter -
Uses of Delimiter in migratedb.v1.core.internal.database.base
Methods in migratedb.v1.core.internal.database.base that return Delimiter -
Uses of Delimiter in migratedb.v1.core.internal.database.oracle
Methods in migratedb.v1.core.internal.database.oracle with parameters of type DelimiterModifier and TypeMethodDescriptionprotected ParsedSqlStatementOracleParser.createStatement(PeekingReader reader, Recorder recorder, int statementPos, int statementLine, int statementCol, int nonCommentPartPos, int nonCommentPartLine, int nonCommentPartCol, StatementType statementType, boolean canExecuteInTransaction, Delimiter delimiter, String sql) -
Uses of Delimiter in migratedb.v1.core.internal.database.postgresql
Methods in migratedb.v1.core.internal.database.postgresql with parameters of type DelimiterModifier and TypeMethodDescriptionprotected ParsedSqlStatementPostgreSQLParser.createStatement(PeekingReader reader, Recorder recorder, int statementPos, int statementLine, int statementCol, int nonCommentPartPos, int nonCommentPartLine, int nonCommentPartCol, StatementType statementType, boolean canExecuteInTransaction, Delimiter delimiter, String sql) -
Uses of Delimiter in migratedb.v1.core.internal.database.sqlserver
Methods in migratedb.v1.core.internal.database.sqlserver that return DelimiterModifier and TypeMethodDescriptionSQLServerDatabase.getDefaultDelimiter()protected DelimiterSQLServerParser.getDefaultDelimiter()Methods in migratedb.v1.core.internal.database.sqlserver with parameters of type DelimiterModifier and TypeMethodDescriptionprotected StringSQLServerParser.readKeyword(PeekingReader reader, Delimiter delimiter, ParserContext context) -
Uses of Delimiter in migratedb.v1.core.internal.database.sybasease
Methods in migratedb.v1.core.internal.database.sybasease that return DelimiterModifier and TypeMethodDescriptionSybaseASEDatabase.getDefaultDelimiter()protected DelimiterSybaseASEParser.getDefaultDelimiter()Methods in migratedb.v1.core.internal.database.sybasease with parameters of type DelimiterModifier and TypeMethodDescriptionprotected StringSybaseASEParser.readKeyword(PeekingReader reader, Delimiter delimiter, ParserContext context) -
Uses of Delimiter in migratedb.v1.core.internal.parser
Methods in migratedb.v1.core.internal.parser that return DelimiterModifier and TypeMethodDescriptionprotected DelimiterBaseParser.getDefaultDelimiter()ParserContext.getDelimiter()Methods in migratedb.v1.core.internal.parser with parameters of type DelimiterModifier and TypeMethodDescriptionprotected ParsedSqlStatementBaseParser.createStatement(PeekingReader reader, Recorder recorder, int statementPos, int statementLine, int statementCol, int nonCommentPartPos, int nonCommentPartLine, int nonCommentPartCol, StatementType statementType, boolean canExecuteInTransaction, Delimiter delimiter, String sql) protected StringBaseParser.readKeyword(PeekingReader reader, Delimiter delimiter, ParserContext context) PeekingReader.readKeywordPart(Delimiter delimiter, ParserContext context) Reads all characters in this stream as long as they can be part of a keyword.voidParserContext.setDelimiter(Delimiter delimiter) Constructors in migratedb.v1.core.internal.parser with parameters of type Delimiter -
Uses of Delimiter in migratedb.v1.core.internal.sqlscript
Constructors in migratedb.v1.core.internal.sqlscript with parameters of type DelimiterModifierConstructorDescriptionParsedSqlStatement(int pos, int line, int col, String sql, Delimiter delimiter, boolean canExecuteInTransaction)