Uses of Interface
migratedb.v1.core.api.internal.parser.ParsingContext
-
-
Uses of ParsingContext in migratedb.v1.core.api.internal.database.base
Methods in migratedb.v1.core.api.internal.database.base with parameters of type ParsingContext Modifier and Type Method Description ParserDatabaseType. createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext)Initializes the Parser used by this Database Type.SqlScriptFactoryDatabaseType. createSqlScriptFactory(Configuration configuration, ParsingContext parsingContext)Initializes the SqlScriptFactory used by this Database Type. -
Uses of ParsingContext in migratedb.v1.core.api.internal.parser
Methods in migratedb.v1.core.api.internal.parser that return ParsingContext Modifier and Type Method Description ParsingContextParser. getParsingContext() -
Uses of ParsingContext in migratedb.v1.core.internal.database.base
Methods in migratedb.v1.core.internal.database.base with parameters of type ParsingContext Modifier and Type Method Description abstract BaseParserBaseDatabaseType. createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext)SqlScriptFactoryBaseDatabaseType. createSqlScriptFactory(Configuration configuration, ParsingContext parsingContext) -
Uses of ParsingContext in migratedb.v1.core.internal.database.bigquery
Methods in migratedb.v1.core.internal.database.bigquery with parameters of type ParsingContext Modifier and Type Method Description BaseParserBigQueryDatabaseType. createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext)Constructors in migratedb.v1.core.internal.database.bigquery with parameters of type ParsingContext Constructor Description BigQueryParser(Configuration configuration, ParsingContext parsingContext) -
Uses of ParsingContext in migratedb.v1.core.internal.database.cockroachdb
Methods in migratedb.v1.core.internal.database.cockroachdb with parameters of type ParsingContext Modifier and Type Method Description BaseParserCockroachDBDatabaseType. createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext)Constructors in migratedb.v1.core.internal.database.cockroachdb with parameters of type ParsingContext Constructor Description CockroachDBParser(Configuration configuration, ParsingContext parsingContext) -
Uses of ParsingContext in migratedb.v1.core.internal.database.db2
Methods in migratedb.v1.core.internal.database.db2 with parameters of type ParsingContext Modifier and Type Method Description BaseParserDB2DatabaseType. createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext)Constructors in migratedb.v1.core.internal.database.db2 with parameters of type ParsingContext Constructor Description DB2Parser(Configuration configuration, ParsingContext parsingContext) -
Uses of ParsingContext in migratedb.v1.core.internal.database.derby
Methods in migratedb.v1.core.internal.database.derby with parameters of type ParsingContext Modifier and Type Method Description BaseParserDerbyDatabaseType. createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext)Constructors in migratedb.v1.core.internal.database.derby with parameters of type ParsingContext Constructor Description DerbyParser(Configuration configuration, ParsingContext parsingContext) -
Uses of ParsingContext in migratedb.v1.core.internal.database.firebird
Methods in migratedb.v1.core.internal.database.firebird with parameters of type ParsingContext Modifier and Type Method Description BaseParserFirebirdDatabaseType. createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext)Constructors in migratedb.v1.core.internal.database.firebird with parameters of type ParsingContext Constructor Description FirebirdParser(Configuration configuration, ParsingContext parsingContext) -
Uses of ParsingContext in migratedb.v1.core.internal.database.h2
Methods in migratedb.v1.core.internal.database.h2 with parameters of type ParsingContext Modifier and Type Method Description BaseParserH2DatabaseType. createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext)Constructors in migratedb.v1.core.internal.database.h2 with parameters of type ParsingContext Constructor Description H2Parser(Configuration configuration, ParsingContext parsingContext) -
Uses of ParsingContext in migratedb.v1.core.internal.database.hsqldb
Methods in migratedb.v1.core.internal.database.hsqldb with parameters of type ParsingContext Modifier and Type Method Description BaseParserHSQLDBDatabaseType. createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext)Constructors in migratedb.v1.core.internal.database.hsqldb with parameters of type ParsingContext Constructor Description HSQLDBParser(Configuration configuration, ParsingContext parsingContext) -
Uses of ParsingContext in migratedb.v1.core.internal.database.ignite.thin
Methods in migratedb.v1.core.internal.database.ignite.thin with parameters of type ParsingContext Modifier and Type Method Description BaseParserIgniteThinDatabaseType. createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext)Constructors in migratedb.v1.core.internal.database.ignite.thin with parameters of type ParsingContext Constructor Description IgniteThinParser(Configuration configuration, ParsingContext parsingContext) -
Uses of ParsingContext in migratedb.v1.core.internal.database.informix
Methods in migratedb.v1.core.internal.database.informix with parameters of type ParsingContext Modifier and Type Method Description BaseParserInformixDatabaseType. createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext)Constructors in migratedb.v1.core.internal.database.informix with parameters of type ParsingContext Constructor Description InformixParser(Configuration configuration, ParsingContext parsingContext) -
Uses of ParsingContext in migratedb.v1.core.internal.database.mysql
Methods in migratedb.v1.core.internal.database.mysql with parameters of type ParsingContext Modifier and Type Method Description BaseParserMySQLDatabaseType. createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext)Constructors in migratedb.v1.core.internal.database.mysql with parameters of type ParsingContext Constructor Description MySQLParser(Configuration configuration, ParsingContext parsingContext) -
Uses of ParsingContext in migratedb.v1.core.internal.database.mysql.mariadb
Methods in migratedb.v1.core.internal.database.mysql.mariadb with parameters of type ParsingContext Modifier and Type Method Description BaseParserMariaDBDatabaseType. createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext)Constructors in migratedb.v1.core.internal.database.mysql.mariadb with parameters of type ParsingContext Constructor Description MariaDBParser(Configuration configuration, ParsingContext parsingContext) -
Uses of ParsingContext in migratedb.v1.core.internal.database.oracle
Methods in migratedb.v1.core.internal.database.oracle with parameters of type ParsingContext Modifier and Type Method Description BaseParserOracleDatabaseType. createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext)Constructors in migratedb.v1.core.internal.database.oracle with parameters of type ParsingContext Constructor Description OracleParser(Configuration configuration, ParsingContext parsingContext) -
Uses of ParsingContext in migratedb.v1.core.internal.database.postgresql
Methods in migratedb.v1.core.internal.database.postgresql with parameters of type ParsingContext Modifier and Type Method Description BaseParserPostgreSQLDatabaseType. createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext)Constructors in migratedb.v1.core.internal.database.postgresql with parameters of type ParsingContext Constructor Description PostgreSQLParser(Configuration configuration, ParsingContext parsingContext) -
Uses of ParsingContext in migratedb.v1.core.internal.database.redshift
Methods in migratedb.v1.core.internal.database.redshift with parameters of type ParsingContext Modifier and Type Method Description BaseParserRedshiftDatabaseType. createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext)Constructors in migratedb.v1.core.internal.database.redshift with parameters of type ParsingContext Constructor Description RedshiftParser(Configuration configuration, ParsingContext parsingContext) -
Uses of ParsingContext in migratedb.v1.core.internal.database.saphana
Methods in migratedb.v1.core.internal.database.saphana with parameters of type ParsingContext Modifier and Type Method Description BaseParserSAPHANADatabaseType. createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext)Constructors in migratedb.v1.core.internal.database.saphana with parameters of type ParsingContext Constructor Description SAPHANAParser(Configuration configuration, ParsingContext parsingContext) -
Uses of ParsingContext in migratedb.v1.core.internal.database.snowflake
Methods in migratedb.v1.core.internal.database.snowflake with parameters of type ParsingContext Modifier and Type Method Description BaseParserSnowflakeDatabaseType. createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext)Constructors in migratedb.v1.core.internal.database.snowflake with parameters of type ParsingContext Constructor Description SnowflakeParser(Configuration configuration, ParsingContext parsingContext) -
Uses of ParsingContext in migratedb.v1.core.internal.database.spanner
Methods in migratedb.v1.core.internal.database.spanner with parameters of type ParsingContext Modifier and Type Method Description BaseParserSpannerDatabaseType. createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext)Constructors in migratedb.v1.core.internal.database.spanner with parameters of type ParsingContext Constructor Description SpannerParser(Configuration configuration, ParsingContext parsingContext) -
Uses of ParsingContext in migratedb.v1.core.internal.database.sqlite
Methods in migratedb.v1.core.internal.database.sqlite with parameters of type ParsingContext Modifier and Type Method Description BaseParserSQLiteDatabaseType. createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext)Constructors in migratedb.v1.core.internal.database.sqlite with parameters of type ParsingContext Constructor Description SQLiteParser(Configuration configuration, ParsingContext parsingContext) -
Uses of ParsingContext in migratedb.v1.core.internal.database.sqlserver
Methods in migratedb.v1.core.internal.database.sqlserver with parameters of type ParsingContext Modifier and Type Method Description BaseParserSQLServerDatabaseType. createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext)Constructors in migratedb.v1.core.internal.database.sqlserver with parameters of type ParsingContext Constructor Description SQLServerParser(Configuration configuration, ParsingContext parsingContext) -
Uses of ParsingContext in migratedb.v1.core.internal.database.sybasease
Methods in migratedb.v1.core.internal.database.sybasease with parameters of type ParsingContext Modifier and Type Method Description BaseParserSybaseASEJConnectDatabaseType. createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext)BaseParserSybaseASEJTDSDatabaseType. createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext)Constructors in migratedb.v1.core.internal.database.sybasease with parameters of type ParsingContext Constructor Description SybaseASEParser(Configuration configuration, ParsingContext parsingContext) -
Uses of ParsingContext in migratedb.v1.core.internal.database.yugabytedb
Methods in migratedb.v1.core.internal.database.yugabytedb with parameters of type ParsingContext Modifier and Type Method Description BaseParserYugabyteDBDatabaseType. createParser(Configuration configuration, ResourceProvider resourceProvider, ParsingContext parsingContext)Constructors in migratedb.v1.core.internal.database.yugabytedb with parameters of type ParsingContext Constructor Description YugabyteDBParser(Configuration configuration, ParsingContext parsingContext) -
Uses of ParsingContext in migratedb.v1.core.internal.parser
Classes in migratedb.v1.core.internal.parser that implement ParsingContext Modifier and Type Class Description classParsingContextImplMethods in migratedb.v1.core.internal.parser that return ParsingContext Modifier and Type Method Description ParsingContextBaseParser. getParsingContext()Methods in migratedb.v1.core.internal.parser with parameters of type ParsingContext Modifier and Type Method Description static PlaceholderReplacingReaderPlaceholderReplacingReader. create(Configuration configuration, ParsingContext parsingContext, Reader reader)static PlaceholderReplacingReaderPlaceholderReplacingReader. createForScriptMigration(Configuration configuration, ParsingContext parsingContext, Reader reader)Constructors in migratedb.v1.core.internal.parser with parameters of type ParsingContext Constructor Description BaseParser(Configuration configuration, ParsingContext parsingContext, int peekDepth) -
Uses of ParsingContext in migratedb.v1.core.internal.resolver
Constructors in migratedb.v1.core.internal.resolver with parameters of type ParsingContext Constructor Description DefaultMigrationResolver(ResourceProvider resourceProvider, ClassProvider<JavaMigration> classProvider, Configuration configuration, SqlScriptExecutorFactory sqlScriptExecutorFactory, SqlScriptFactory sqlScriptFactory, ParsingContext parsingContext, Collection<MigrationResolver> customMigrationResolvers) -
Uses of ParsingContext in migratedb.v1.core.internal.resolver.sql
Constructors in migratedb.v1.core.internal.resolver.sql with parameters of type ParsingContext Constructor Description SqlMigrationResolver(ResourceProvider resourceProvider, SqlScriptExecutorFactory sqlScriptExecutorFactory, SqlScriptFactory sqlScriptFactory, Configuration configuration, ParsingContext parsingContext)
-