Uses of Class
migratedb.v1.core.api.internal.sqlscript.Delimiter
-
Packages that use Delimiter Package Description migratedb.v1.core.api.internal.database.base migratedb.v1.core.api.internal.sqlscript migratedb.v1.core.internal.database.base Private API.migratedb.v1.core.internal.database.oracle Private API.migratedb.v1.core.internal.database.postgresql Private API.migratedb.v1.core.internal.database.sqlserver Private API.migratedb.v1.core.internal.database.sybasease Private API.migratedb.v1.core.internal.parser Private API.migratedb.v1.core.internal.sqlscript 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 Modifier and Type Method Description DelimiterDatabase. getDefaultDelimiter() -
Uses of Delimiter in migratedb.v1.core.api.internal.sqlscript
Fields in migratedb.v1.core.api.internal.sqlscript declared as Delimiter Modifier and Type Field Description static DelimiterDelimiter. GOstatic DelimiterDelimiter. SEMICOLON -
Uses of Delimiter in migratedb.v1.core.internal.database.base
Methods in migratedb.v1.core.internal.database.base that return Delimiter Modifier and Type Method Description DelimiterBaseDatabase. getDefaultDelimiter() -
Uses of Delimiter in migratedb.v1.core.internal.database.oracle
Methods in migratedb.v1.core.internal.database.oracle with parameters of type Delimiter Modifier and Type Method Description protected 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 Delimiter Modifier and Type Method Description protected 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 Delimiter Modifier and Type Method Description DelimiterSQLServerDatabase. getDefaultDelimiter()protected DelimiterSQLServerParser. getDefaultDelimiter()Methods in migratedb.v1.core.internal.database.sqlserver with parameters of type Delimiter Modifier and Type Method Description protected 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 Delimiter Modifier and Type Method Description DelimiterSybaseASEDatabase. getDefaultDelimiter()protected DelimiterSybaseASEParser. getDefaultDelimiter()Methods in migratedb.v1.core.internal.database.sybasease with parameters of type Delimiter Modifier and Type Method Description protected 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 Delimiter Modifier and Type Method Description protected DelimiterBaseParser. getDefaultDelimiter()DelimiterParserContext. getDelimiter()Methods in migratedb.v1.core.internal.parser with parameters of type Delimiter Modifier and Type Method Description protected 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)StringPeekingReader. 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 Constructor Description ParserContext(Delimiter delimiter) -
Uses of Delimiter in migratedb.v1.core.internal.sqlscript
Constructors in migratedb.v1.core.internal.sqlscript with parameters of type Delimiter Constructor Description ParsedSqlStatement(int pos, int line, int col, String sql, Delimiter delimiter, boolean canExecuteInTransaction)
-