Uses of Enum Class
org.tentackle.sql.MigrationStrategy
Packages that use MigrationStrategy
Package
Description
SQL backend layer.
Backend implementations.
-
Uses of MigrationStrategy in org.tentackle.sql
Methods in org.tentackle.sql that return MigrationStrategyModifier and TypeMethodDescriptionBackend.getMigrationStrategy(ColumnMetaData column, String columnName, String comment, SqlType sqlType, int size, int scale, boolean nullable, Object defaultValue) Determines the best migration strategy.static MigrationStrategyReturns the enum constant of this class with the specified name.static MigrationStrategy[]MigrationStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MigrationStrategy in org.tentackle.sql.backends
Methods in org.tentackle.sql.backends that return MigrationStrategyModifier and TypeMethodDescriptionAbstractBackend.getMigrationStrategy(ColumnMetaData column, String columnName, String comment, SqlType sqlType, int size, int scale, boolean nullable, Object defaultValue) H2.getMigrationStrategy(ColumnMetaData column, String columnName, String comment, SqlType sqlType, int size, int scale, boolean nullable, Object defaultValue) MySql.getMigrationStrategy(ColumnMetaData column, String columnName, String comment, SqlType sqlType, int size, int scale, boolean nullable, Object defaultValue) Postgres.getMigrationStrategy(ColumnMetaData column, String columnName, String comment, SqlType sqlType, int size, int scale, boolean nullable, Object defaultValue)