|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LiquibaseDataType | |
---|---|
liquibase.common.datatype | |
liquibase.datatype | |
liquibase.datatype.core | |
liquibase.statement.core |
Uses of LiquibaseDataType in liquibase.common.datatype |
---|
Subclasses of LiquibaseDataType in liquibase.common.datatype | |
---|---|
class |
DataTypeWrapper
A wrapper class for data types. |
Methods in liquibase.common.datatype that return LiquibaseDataType | |
---|---|
LiquibaseDataType |
DataTypeWrapper.getUnderlyingDataType()
|
Constructors in liquibase.common.datatype with parameters of type LiquibaseDataType | |
---|---|
DataTypeWrapper(LiquibaseDataType originalType)
|
Uses of LiquibaseDataType in liquibase.datatype |
---|
Methods in liquibase.datatype that return LiquibaseDataType | |
---|---|
LiquibaseDataType |
DataTypeFactory.from(DatabaseDataType type,
Database database)
|
LiquibaseDataType |
DataTypeFactory.from(DataType type,
Database database)
|
LiquibaseDataType |
DataTypeFactory.fromDescription(String dataTypeDefinition,
Database database)
|
LiquibaseDataType |
DataTypeFactory.fromObject(Object object,
Database database)
|
Method parameters in liquibase.datatype with type arguments of type LiquibaseDataType | |
---|---|
void |
DataTypeFactory.register(Class<? extends LiquibaseDataType> dataTypeClass)
|
Constructors in liquibase.datatype with parameters of type LiquibaseDataType | |
---|---|
LiquibaseDataType(LiquibaseDataType originalType)
|
Uses of LiquibaseDataType in liquibase.datatype.core |
---|
Subclasses of LiquibaseDataType in liquibase.datatype.core | |
---|---|
class |
BigIntType
|
class |
BlobType
|
class |
BooleanType
|
class |
CharType
|
class |
ClobType
|
class |
CurrencyType
|
class |
DatabaseFunctionType
|
class |
DateTimeType
|
class |
DateType
|
class |
DecimalType
|
class |
DoubleType
|
class |
FloatType
|
class |
IntType
|
class |
MediumIntType
|
class |
NCharType
|
class |
NumberType
|
class |
NVarcharType
|
class |
SmallIntType
|
class |
TimestampType
|
class |
TimeType
|
class |
TinyIntType
|
class |
UnknownType
|
class |
UUIDType
|
class |
VarcharType
|
class |
XMLType
|
Uses of LiquibaseDataType in liquibase.statement.core |
---|
Methods in liquibase.statement.core that return types with arguments of type LiquibaseDataType | |
---|---|
Map<String,LiquibaseDataType> |
CreateTableStatement.getColumnTypes()
|
Methods in liquibase.statement.core with parameters of type LiquibaseDataType | |
---|---|
CreateTableStatement |
CreateTableStatement.addColumn(String columnName,
LiquibaseDataType columnType)
|
CreateTableStatement |
CreateTableStatement.addColumn(String columnName,
LiquibaseDataType columnType,
ColumnConstraint[] constraints)
|
CreateTableStatement |
CreateTableStatement.addColumn(String columnName,
LiquibaseDataType columnType,
Object defaultValue)
|
CreateTableStatement |
CreateTableStatement.addColumn(String columnName,
LiquibaseDataType columnType,
Object defaultValue,
ColumnConstraint[] constraints)
|
CreateTableStatement |
CreateTableStatement.addColumn(String columnName,
LiquibaseDataType columnType,
Object defaultValue,
String remarks,
ColumnConstraint... constraints)
|
CreateTableStatement |
CreateTableStatement.addPrimaryKeyColumn(String columnName,
LiquibaseDataType columnType,
Object defaultValue,
String keyName,
String tablespace,
ColumnConstraint... constraints)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |