Uses of Class
liquibase.change.core.LoadDataChange.LOAD_DATA_TYPE
-
Packages that use LoadDataChange.LOAD_DATA_TYPE Package Description liquibase.change.core Technically, a Change expresses an intention for alter the structure of the Database.liquibase.common.datatype liquibase.datatype liquibase.datatype.core -
-
Uses of LoadDataChange.LOAD_DATA_TYPE in liquibase.change.core
Methods in liquibase.change.core that return LoadDataChange.LOAD_DATA_TYPE Modifier and Type Method Description LoadDataChange.LOAD_DATA_TYPELoadDataColumnConfig. getTypeEnum()Returns the type of thisLoadDataChangeas a standard enum, or null if the type isnull, ORUNKNOWNif it doesn't match a standard type.static LoadDataChange.LOAD_DATA_TYPELoadDataChange.LOAD_DATA_TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static LoadDataChange.LOAD_DATA_TYPE[]LoadDataChange.LOAD_DATA_TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in liquibase.change.core with parameters of type LoadDataChange.LOAD_DATA_TYPE Modifier and Type Method Description ColumnConfigLoadDataColumnConfig. setType(LoadDataChange.LOAD_DATA_TYPE value) -
Uses of LoadDataChange.LOAD_DATA_TYPE in liquibase.common.datatype
Methods in liquibase.common.datatype that return LoadDataChange.LOAD_DATA_TYPE Modifier and Type Method Description LoadDataChange.LOAD_DATA_TYPEDataTypeWrapper. getLoadTypeName() -
Uses of LoadDataChange.LOAD_DATA_TYPE in liquibase.datatype
Methods in liquibase.datatype that return LoadDataChange.LOAD_DATA_TYPE Modifier and Type Method Description abstract LoadDataChange.LOAD_DATA_TYPELiquibaseDataType. getLoadTypeName()Returns one of the four basic data types for use in LoadData: BOOLEAN, NUMERIC, DATE or STRING -
Uses of LoadDataChange.LOAD_DATA_TYPE in liquibase.datatype.core
-