|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataType | |
---|---|
liquibase.database.structure.type | |
liquibase.database.typeconversion | |
liquibase.database.typeconversion.core | |
liquibase.statement.core |
Uses of DataType in liquibase.database.structure.type |
---|
Subclasses of DataType in liquibase.database.structure.type | |
---|---|
class |
BigIntType
|
class |
BlobType
|
class |
BooleanType
|
static class |
BooleanType.NumericBooleanType
|
class |
CharType
|
class |
ClobType
|
class |
CurrencyType
|
class |
CustomType
|
class |
DatabaseFunctionType
|
class |
DateTimeType
|
class |
DateType
|
class |
DecimalType
|
class |
DoubleType
|
class |
FloatType
|
class |
IntType
|
class |
NumberType
|
class |
NumericType
|
class |
NVarcharType
|
class |
SmallIntType
|
class |
TextType
|
class |
TimeType
|
class |
TinyIntType
|
class |
UUIDType
|
class |
VarcharType
|
Methods in liquibase.database.structure.type that return DataType | |
---|---|
DataType |
DatabaseValue.getType()
|
Constructors in liquibase.database.structure.type with parameters of type DataType | |
---|---|
DatabaseValue(DataType type,
Object value)
|
Uses of DataType in liquibase.database.typeconversion |
---|
Methods in liquibase.database.typeconversion that return DataType | |
---|---|
DataType |
TypeConverter.getDataType(ColumnConfig columnConfig)
|
DataType |
TypeConverter.getDataType(Object object)
|
DataType |
TypeConverter.getDataType(String columnTypeString,
Boolean autoIncrement)
|
Uses of DataType in liquibase.database.typeconversion.core |
---|
Methods in liquibase.database.typeconversion.core that return DataType | |
---|---|
DataType |
AbstractTypeConverter.getDataType(ColumnConfig columnConfig)
|
DataType |
AbstractTypeConverter.getDataType(Object object)
|
DataType |
AbstractTypeConverter.getDataType(String columnTypeString,
Boolean autoIncrement)
Returns the database-specific datatype for the given column configuration. |
DataType |
FirebirdTypeConverter.getDataType(String columnTypeString,
Boolean autoIncrement)
|
DataType |
InformixTypeConverter.getDataType(String columnTypeString,
Boolean autoIncrement)
|
DataType |
MSSQLTypeConverter.getDataType(String columnTypeString,
Boolean autoIncrement)
|
DataType |
PostgresTypeConverter.getDataType(String columnTypeString,
Boolean autoIncrement)
|
DataType |
SQLiteTypeConverter.getDataType(String columnTypeString,
Boolean autoIncrement)
|
DataType |
SybaseTypeConverter.getDataType(String columnTypeString,
Boolean autoIncrement)
|
protected DataType |
AbstractTypeConverter.getDataType(String columnTypeString,
Boolean autoIncrement,
String dataTypeName,
String precision,
String additionalInformation)
|
protected DataType |
MSSQLTypeConverter.getDataType(String columnTypeString,
Boolean autoIncrement,
String dataTypeName,
String precision,
String additionalInformation)
|
protected DataType |
MySQLTypeConverter.getDataType(String columnTypeString,
Boolean autoIncrement,
String dataTypeName,
String precision,
String additionalInformation)
|
protected DataType |
OracleTypeConverter.getDataType(String columnTypeString,
Boolean autoIncrement,
String dataTypeName,
String precision,
String additionalInformation)
Extension of super.getDataType(String columnTypeString, Boolean autoIncrement, String dataTypeName, String precision) Contains definition of Oracle's data-types |
Methods in liquibase.database.typeconversion.core with parameters of type DataType | |
---|---|
protected void |
AbstractTypeConverter.addPrecisionToType(String precision,
DataType returnTypeName)
|
Uses of DataType in liquibase.statement.core |
---|
Methods in liquibase.statement.core that return types with arguments of type DataType | |
---|---|
Map<String,DataType> |
CreateTableStatement.getColumnTypes()
|
Methods in liquibase.statement.core with parameters of type DataType | |
---|---|
CreateTableStatement |
CreateTableStatement.addColumn(String columnName,
DataType columnType)
|
CreateTableStatement |
CreateTableStatement.addColumn(String columnName,
DataType columnType,
ColumnConstraint... constraints)
|
CreateTableStatement |
CreateTableStatement.addColumn(String columnName,
DataType columnType,
Object defaultValue)
|
CreateTableStatement |
CreateTableStatement.addColumn(String columnName,
DataType columnType,
Object defaultValue,
ColumnConstraint... constraints)
|
CreateTableStatement |
CreateTableStatement.addPrimaryKeyColumn(String columnName,
DataType columnType,
Object defaultValue,
String keyName,
String tablespace,
ColumnConstraint... constraints)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |