Class SchemaHistoryFactory
java.lang.Object
migratedb.v1.core.internal.schemahistory.SchemaHistoryFactory
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SchemaHistorygetSchemaHistory(Configuration configuration, SqlScriptExecutorFactory sqlScriptExecutorFactory, SqlScriptFactory sqlScriptFactory, Database<?> database, Schema<?, ?> schema) scanSchemas(Configuration configuration, Database<?> database)
-
Constructor Details
-
SchemaHistoryFactory
public SchemaHistoryFactory()
-
-
Method Details
-
getSchemaHistory
public static SchemaHistory getSchemaHistory(Configuration configuration, SqlScriptExecutorFactory sqlScriptExecutorFactory, SqlScriptFactory sqlScriptFactory, Database<?> database, Schema<?, ?> schema) -
scanSchemas
public static SchemaHistoryFactory.SchemasWithDefault scanSchemas(Configuration configuration, Database<?> database)
-