Uses of Enum
org.datanucleus.metadata.JdbcType
Packages that use JdbcType
Package
Description
Provides classes representing the MetaData for files, packages, classes, fields, containers, etc.
Provides a series of convenience classes for modelling tables and columns that a class and its members map onto.
-
Uses of JdbcType in org.datanucleus.metadata
Fields in org.datanucleus.metadata declared as JdbcTypeModifier and TypeFieldDescriptionprotected JdbcType
ColumnMetaData.jdbcType
jdbc-type to use (if any).Methods in org.datanucleus.metadata that return JdbcTypeModifier and TypeMethodDescriptionstatic JdbcType
JdbcType.getEnumByValue
(int value) ColumnMetaData.getJdbcType()
static JdbcType
MetaDataUtils.getJdbcTypeForEnum
(AbstractMemberMetaData mmd, FieldRole role, ClassLoaderResolver clr) static JdbcType
Returns the enum constant of this type with the specified name.static JdbcType[]
JdbcType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.datanucleus.metadata with parameters of type JdbcTypeModifier and TypeMethodDescriptionstatic boolean
MetaDataUtils.isJdbcTypeFloatingPoint
(JdbcType jdbcType) Convenience method to return if a jdbc-type is floating point based.static boolean
MetaDataUtils.isJdbcTypeNumeric
(JdbcType jdbcType) Convenience method to return if a jdbc-type is numeric.static boolean
MetaDataUtils.isJdbcTypeString
(JdbcType jdbcType) Convenience method to return if a jdbc-type is character based.ColumnMetaData.setJdbcType
(JdbcType type) -
Uses of JdbcType in org.datanucleus.store.schema.table
Fields in org.datanucleus.store.schema.table declared as JdbcTypeMethods in org.datanucleus.store.schema.table that return JdbcTypeModifier and TypeMethodDescriptionColumn.getJdbcType()
Accessor for the JDBC Type used for this column.ColumnImpl.getJdbcType()
Methods in org.datanucleus.store.schema.table with parameters of type JdbcTypeModifier and TypeMethodDescriptionColumn.setJdbcType
(JdbcType jdbcType) ColumnImpl.setJdbcType
(JdbcType type)