Uses of Class
migratedb.v1.core.internal.parser.StatementType
-
Packages that use StatementType Package Description migratedb.v1.core.internal.database.mysql Private API.migratedb.v1.core.internal.database.mysql.mariadb Private API.migratedb.v1.core.internal.database.oracle Private API.migratedb.v1.core.internal.database.postgresql Private API.migratedb.v1.core.internal.database.saphana Private API.migratedb.v1.core.internal.parser Private API. -
-
Uses of StatementType in migratedb.v1.core.internal.database.mysql
Methods in migratedb.v1.core.internal.database.mysql that return StatementType Modifier and Type Method Description protected StatementTypeMySQLParser. detectStatementType(String simplifiedStatement, ParserContext context, PeekingReader reader) -
Uses of StatementType in migratedb.v1.core.internal.database.mysql.mariadb
Methods in migratedb.v1.core.internal.database.mysql.mariadb that return StatementType Modifier and Type Method Description protected StatementTypeMariaDBParser. detectStatementType(String simplifiedStatement, ParserContext context, PeekingReader reader) -
Uses of StatementType in migratedb.v1.core.internal.database.oracle
Methods in migratedb.v1.core.internal.database.oracle that return StatementType Modifier and Type Method Description protected StatementTypeOracleParser. detectStatementType(String simplifiedStatement, ParserContext context, PeekingReader reader)Methods in migratedb.v1.core.internal.database.oracle with parameters of type StatementType Modifier and Type Method Description protected voidOracleParser. adjustDelimiter(ParserContext context, StatementType statementType)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 StatementType in migratedb.v1.core.internal.database.postgresql
Methods in migratedb.v1.core.internal.database.postgresql that return StatementType Modifier and Type Method Description protected StatementTypePostgreSQLParser. detectStatementType(String simplifiedStatement, ParserContext context, PeekingReader reader)Methods in migratedb.v1.core.internal.database.postgresql with parameters of type StatementType 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 StatementType in migratedb.v1.core.internal.database.saphana
Methods in migratedb.v1.core.internal.database.saphana that return StatementType Modifier and Type Method Description protected StatementTypeSAPHANAParser. detectStatementType(String simplifiedStatement, ParserContext context, PeekingReader reader) -
Uses of StatementType in migratedb.v1.core.internal.parser
Fields in migratedb.v1.core.internal.parser declared as StatementType Modifier and Type Field Description static StatementTypeStatementType. GENERICstatic StatementTypeStatementType. UNKNOWNMethods in migratedb.v1.core.internal.parser that return StatementType Modifier and Type Method Description protected StatementTypeBaseParser. detectStatementType(String simplifiedStatement, ParserContext context, PeekingReader reader)StatementTypeParserContext. getStatementType()Methods in migratedb.v1.core.internal.parser with parameters of type StatementType Modifier and Type Method Description protected voidBaseParser. adjustDelimiter(ParserContext context, StatementType statementType)Adjusts the delimiter if necessary for this statement type.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)voidParserContext. setStatementType(StatementType statementType)
-