Uses of Class
migratedb.v1.core.internal.parser.Recorder
-
Packages that use Recorder Package Description migratedb.v1.core.internal.database.oracle Private API.migratedb.v1.core.internal.database.postgresql Private API.migratedb.v1.core.internal.parser Private API. -
-
Uses of Recorder in migratedb.v1.core.internal.database.oracle
Methods in migratedb.v1.core.internal.database.oracle with parameters of type Recorder 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 Recorder in migratedb.v1.core.internal.database.postgresql
Methods in migratedb.v1.core.internal.database.postgresql with parameters of type Recorder 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 Recorder in migratedb.v1.core.internal.parser
Methods in migratedb.v1.core.internal.parser with parameters of type Recorder 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 SqlStatementBaseParser. getNextStatement(Resource resource, PeekingReader reader, Recorder recorder, PositionTracker tracker, ParserContext context)Constructors in migratedb.v1.core.internal.parser with parameters of type Recorder Constructor Description ParserSqlStatementIterator(PeekingReader peekingReader, Resource resource, Recorder recorder, PositionTracker tracker, ParserContext context)
-