Uses of Interface
migratedb.v1.core.api.internal.jdbc.JdbcConnectionFactory
-
-
Uses of JdbcConnectionFactory in migratedb.v1.core.api.internal.database.base
Methods in migratedb.v1.core.api.internal.database.base with parameters of type JdbcConnectionFactory Modifier and Type Method Description DatabaseDatabaseType. createDatabase(Configuration configuration, boolean printInfo, JdbcConnectionFactory jdbcConnectionFactory)Initializes the Database class, and optionally prints some information.DatabaseDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)Initializes the Database used by this Database Type.SqlScriptExecutorFactoryDatabaseType. createSqlScriptExecutorFactory(JdbcConnectionFactory jdbcConnectionFactory, CallbackExecutor callbackExecutor)Initializes the SqlScriptExecutorFactory used by this Database Type. -
Uses of JdbcConnectionFactory in migratedb.v1.core.api.internal.jdbc
Methods in migratedb.v1.core.api.internal.jdbc with parameters of type JdbcConnectionFactory Modifier and Type Method Description voidJdbcConnectionFactory.ConnectionInitializer. initialize(JdbcConnectionFactory jdbcConnectionFactory, Connection connection) -
Uses of JdbcConnectionFactory in migratedb.v1.core.internal.database.base
Fields in migratedb.v1.core.internal.database.base declared as JdbcConnectionFactory Modifier and Type Field Description protected JdbcConnectionFactoryBaseDatabase. jdbcConnectionFactoryMethods in migratedb.v1.core.internal.database.base with parameters of type JdbcConnectionFactory Modifier and Type Method Description DatabaseBaseDatabaseType. createDatabase(Configuration configuration, boolean printInfo, JdbcConnectionFactory jdbcConnectionFactory)abstract DatabaseBaseDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)SqlScriptExecutorFactoryBaseDatabaseType. createSqlScriptExecutorFactory(JdbcConnectionFactory jdbcConnectionFactory, CallbackExecutor callbackExecutor)Constructors in migratedb.v1.core.internal.database.base with parameters of type JdbcConnectionFactory Constructor Description BaseDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of JdbcConnectionFactory in migratedb.v1.core.internal.database.bigquery
Methods in migratedb.v1.core.internal.database.bigquery with parameters of type JdbcConnectionFactory Modifier and Type Method Description DatabaseBigQueryDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)Constructors in migratedb.v1.core.internal.database.bigquery with parameters of type JdbcConnectionFactory Constructor Description BigQueryDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of JdbcConnectionFactory in migratedb.v1.core.internal.database.cockroachdb
Methods in migratedb.v1.core.internal.database.cockroachdb with parameters of type JdbcConnectionFactory Modifier and Type Method Description DatabaseCockroachDBDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)Constructors in migratedb.v1.core.internal.database.cockroachdb with parameters of type JdbcConnectionFactory Constructor Description CockroachDBDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of JdbcConnectionFactory in migratedb.v1.core.internal.database.db2
Methods in migratedb.v1.core.internal.database.db2 with parameters of type JdbcConnectionFactory Modifier and Type Method Description DatabaseDB2DatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)Constructors in migratedb.v1.core.internal.database.db2 with parameters of type JdbcConnectionFactory Constructor Description DB2Database(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of JdbcConnectionFactory in migratedb.v1.core.internal.database.derby
Methods in migratedb.v1.core.internal.database.derby with parameters of type JdbcConnectionFactory Modifier and Type Method Description DatabaseDerbyDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)Constructors in migratedb.v1.core.internal.database.derby with parameters of type JdbcConnectionFactory Constructor Description DerbyDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)Creates a new instance. -
Uses of JdbcConnectionFactory in migratedb.v1.core.internal.database.firebird
Methods in migratedb.v1.core.internal.database.firebird with parameters of type JdbcConnectionFactory Modifier and Type Method Description DatabaseFirebirdDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)Constructors in migratedb.v1.core.internal.database.firebird with parameters of type JdbcConnectionFactory Constructor Description FirebirdDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)Creates a new FirebirdDatabase instance with this JdbcTemplate. -
Uses of JdbcConnectionFactory in migratedb.v1.core.internal.database.h2
Methods in migratedb.v1.core.internal.database.h2 with parameters of type JdbcConnectionFactory Modifier and Type Method Description DatabaseH2DatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)Constructors in migratedb.v1.core.internal.database.h2 with parameters of type JdbcConnectionFactory Constructor Description H2Database(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of JdbcConnectionFactory in migratedb.v1.core.internal.database.hsqldb
Methods in migratedb.v1.core.internal.database.hsqldb with parameters of type JdbcConnectionFactory Modifier and Type Method Description DatabaseHSQLDBDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)Constructors in migratedb.v1.core.internal.database.hsqldb with parameters of type JdbcConnectionFactory Constructor Description HSQLDBDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)Creates a new instance. -
Uses of JdbcConnectionFactory in migratedb.v1.core.internal.database.ignite.thin
Methods in migratedb.v1.core.internal.database.ignite.thin with parameters of type JdbcConnectionFactory Modifier and Type Method Description DatabaseIgniteThinDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)Constructors in migratedb.v1.core.internal.database.ignite.thin with parameters of type JdbcConnectionFactory Constructor Description IgniteThinDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)Creates a new instance. -
Uses of JdbcConnectionFactory in migratedb.v1.core.internal.database.informix
Methods in migratedb.v1.core.internal.database.informix with parameters of type JdbcConnectionFactory Modifier and Type Method Description DatabaseInformixDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)Constructors in migratedb.v1.core.internal.database.informix with parameters of type JdbcConnectionFactory Constructor Description InformixDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)Creates a new instance. -
Uses of JdbcConnectionFactory in migratedb.v1.core.internal.database.mysql
Methods in migratedb.v1.core.internal.database.mysql with parameters of type JdbcConnectionFactory Modifier and Type Method Description DatabaseMySQLDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)Constructors in migratedb.v1.core.internal.database.mysql with parameters of type JdbcConnectionFactory Constructor Description MySQLDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of JdbcConnectionFactory in migratedb.v1.core.internal.database.mysql.mariadb
Methods in migratedb.v1.core.internal.database.mysql.mariadb with parameters of type JdbcConnectionFactory Modifier and Type Method Description DatabaseMariaDBDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)Constructors in migratedb.v1.core.internal.database.mysql.mariadb with parameters of type JdbcConnectionFactory Constructor Description MariaDBDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of JdbcConnectionFactory in migratedb.v1.core.internal.database.mysql.tidb
Methods in migratedb.v1.core.internal.database.mysql.tidb with parameters of type JdbcConnectionFactory Modifier and Type Method Description DatabaseTiDBDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)Constructors in migratedb.v1.core.internal.database.mysql.tidb with parameters of type JdbcConnectionFactory Constructor Description TiDBDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of JdbcConnectionFactory in migratedb.v1.core.internal.database.oracle
Methods in migratedb.v1.core.internal.database.oracle with parameters of type JdbcConnectionFactory Modifier and Type Method Description DatabaseOracleDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)SqlScriptExecutorFactoryOracleDatabaseType. createSqlScriptExecutorFactory(JdbcConnectionFactory jdbcConnectionFactory, CallbackExecutor callbackExecutor)Constructors in migratedb.v1.core.internal.database.oracle with parameters of type JdbcConnectionFactory Constructor Description OracleDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of JdbcConnectionFactory in migratedb.v1.core.internal.database.postgresql
Methods in migratedb.v1.core.internal.database.postgresql with parameters of type JdbcConnectionFactory Modifier and Type Method Description DatabasePostgreSQLDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)Constructors in migratedb.v1.core.internal.database.postgresql with parameters of type JdbcConnectionFactory Constructor Description PostgreSQLDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of JdbcConnectionFactory in migratedb.v1.core.internal.database.redshift
Methods in migratedb.v1.core.internal.database.redshift with parameters of type JdbcConnectionFactory Modifier and Type Method Description DatabaseRedshiftDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)Constructors in migratedb.v1.core.internal.database.redshift with parameters of type JdbcConnectionFactory Constructor Description RedshiftDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)Creates a new instance. -
Uses of JdbcConnectionFactory in migratedb.v1.core.internal.database.saphana
Methods in migratedb.v1.core.internal.database.saphana with parameters of type JdbcConnectionFactory Modifier and Type Method Description DatabaseSAPHANADatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)Constructors in migratedb.v1.core.internal.database.saphana with parameters of type JdbcConnectionFactory Constructor Description SAPHANADatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)Creates a new instance. -
Uses of JdbcConnectionFactory in migratedb.v1.core.internal.database.snowflake
Methods in migratedb.v1.core.internal.database.snowflake with parameters of type JdbcConnectionFactory Modifier and Type Method Description DatabaseSnowflakeDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)Constructors in migratedb.v1.core.internal.database.snowflake with parameters of type JdbcConnectionFactory Constructor Description SnowflakeDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)Creates a new instance. -
Uses of JdbcConnectionFactory in migratedb.v1.core.internal.database.spanner
Methods in migratedb.v1.core.internal.database.spanner with parameters of type JdbcConnectionFactory Modifier and Type Method Description DatabaseSpannerDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)Constructors in migratedb.v1.core.internal.database.spanner with parameters of type JdbcConnectionFactory Constructor Description SpannerDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of JdbcConnectionFactory in migratedb.v1.core.internal.database.sqlite
Methods in migratedb.v1.core.internal.database.sqlite with parameters of type JdbcConnectionFactory Modifier and Type Method Description DatabaseSQLiteDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)Constructors in migratedb.v1.core.internal.database.sqlite with parameters of type JdbcConnectionFactory Constructor Description SQLiteDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of JdbcConnectionFactory in migratedb.v1.core.internal.database.sqlserver
Methods in migratedb.v1.core.internal.database.sqlserver with parameters of type JdbcConnectionFactory Modifier and Type Method Description DatabaseSQLServerDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)Constructors in migratedb.v1.core.internal.database.sqlserver with parameters of type JdbcConnectionFactory Constructor Description SQLServerDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of JdbcConnectionFactory in migratedb.v1.core.internal.database.sqlserver.synapse
Methods in migratedb.v1.core.internal.database.sqlserver.synapse with parameters of type JdbcConnectionFactory Modifier and Type Method Description DatabaseSynapseDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)Constructors in migratedb.v1.core.internal.database.sqlserver.synapse with parameters of type JdbcConnectionFactory Constructor Description SynapseDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of JdbcConnectionFactory in migratedb.v1.core.internal.database.sybasease
Methods in migratedb.v1.core.internal.database.sybasease with parameters of type JdbcConnectionFactory Modifier and Type Method Description DatabaseSybaseASEJConnectDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)DatabaseSybaseASEJTDSDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)Constructors in migratedb.v1.core.internal.database.sybasease with parameters of type JdbcConnectionFactory Constructor Description SybaseASEDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of JdbcConnectionFactory in migratedb.v1.core.internal.database.yugabytedb
Methods in migratedb.v1.core.internal.database.yugabytedb with parameters of type JdbcConnectionFactory Modifier and Type Method Description DatabaseYugabyteDBDatabaseType. createDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory)Constructors in migratedb.v1.core.internal.database.yugabytedb with parameters of type JdbcConnectionFactory Constructor Description YugabyteDBDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Uses of JdbcConnectionFactory in migratedb.v1.core.internal.jdbc
Classes in migratedb.v1.core.internal.jdbc that implement JdbcConnectionFactory Modifier and Type Class Description classJdbcConnectionFactoryImplUtility class for dealing with jdbc connections.
-