Class SchemaHistoryFactory
- java.lang.Object
-
- migratedb.core.internal.schemahistory.SchemaHistoryFactory
-
public class SchemaHistoryFactory extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSchemaHistoryFactory.SchemasWithDefault
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SchemaHistorygetSchemaHistory(Configuration configuration, SqlScriptExecutorFactory sqlScriptExecutorFactory, SqlScriptFactory sqlScriptFactory, Database<?> database, Schema<?,?> schema)static SchemaHistoryFactory.SchemasWithDefaultscanSchemas(Configuration configuration, Database<?> database)
-
-
-
Method Detail
-
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)
-
-