Package org.hibernate.engine.jdbc.spi
Class TypeInfo
java.lang.Object
org.hibernate.engine.jdbc.spi.TypeInfo
Deprecated, for removal: This API element is subject to removal in a future version.
This class is no longer used and will be removed
Models type info extracted from
DatabaseMetaData.getTypeInfo()
-
Method Summary
Modifier and TypeMethodDescriptionstatic LinkedHashSet<TypeInfo>
extractTypeInfo
(DatabaseMetaData metaData) Deprecated, for removal: This API element is subject to removal in a future version.Extract the type information from the JDBC driver's DatabaseMetaDataString[]
Deprecated, for removal: This API element is subject to removal in a future version.int
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.short
Deprecated, for removal: This API element is subject to removal in a future version.short
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.int
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
extractTypeInfo
Deprecated, for removal: This API element is subject to removal in a future version.Extract the type information from the JDBC driver's DatabaseMetaData- Parameters:
metaData
- The JDBC metadata- Returns:
- The extracted type info
-
getTypeName
Deprecated, for removal: This API element is subject to removal in a future version. -
getJdbcTypeCode
public int getJdbcTypeCode()Deprecated, for removal: This API element is subject to removal in a future version. -
getCreateParams
Deprecated, for removal: This API element is subject to removal in a future version. -
isUnsigned
public boolean isUnsigned()Deprecated, for removal: This API element is subject to removal in a future version. -
getPrecision
public int getPrecision()Deprecated, for removal: This API element is subject to removal in a future version. -
getMinimumScale
public short getMinimumScale()Deprecated, for removal: This API element is subject to removal in a future version. -
getMaximumScale
public short getMaximumScale()Deprecated, for removal: This API element is subject to removal in a future version. -
isFixedPrecisionScale
public boolean isFixedPrecisionScale()Deprecated, for removal: This API element is subject to removal in a future version. -
getLiteralPrefix
Deprecated, for removal: This API element is subject to removal in a future version. -
getLiteralSuffix
Deprecated, for removal: This API element is subject to removal in a future version. -
isCaseSensitive
public boolean isCaseSensitive()Deprecated, for removal: This API element is subject to removal in a future version. -
getSearchability
Deprecated, for removal: This API element is subject to removal in a future version. -
getNullability
Deprecated, for removal: This API element is subject to removal in a future version.
-