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
Subclasses with type arguments of type JdbcType in org.datanucleus.metadataFields in org.datanucleus.metadata declared as JdbcTypeModifier and TypeFieldDescriptionprotected JdbcTypeColumnMetaData.jdbcTypejdbc-type to use (if any).Methods in org.datanucleus.metadata that return JdbcTypeModifier and TypeMethodDescriptionstatic JdbcTypeJdbcType.getEnumByValue(int value) ColumnMetaData.getJdbcType()static JdbcTypeMetaDataUtils.getJdbcTypeForEnum(AbstractMemberMetaData mmd, FieldRole role, ClassLoaderResolver clr) static JdbcTypeReturns 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 booleanMetaDataUtils.isJdbcTypeFloatingPoint(JdbcType jdbcType) Convenience method to return if a jdbc-type is floating point based.static booleanMetaDataUtils.isJdbcTypeNumeric(JdbcType jdbcType) Convenience method to return if a jdbc-type is numeric.static booleanMetaDataUtils.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)