Uses of Class
org.datanucleus.metadata.JdbcType
-
Packages that use JdbcType Package Description org.datanucleus.metadata Provides classes representing the MetaData for files, packages, classes, fields, containers, etc.org.datanucleus.store.schema.table Provides a series of convenience classes for modelling tables and columns that a class and its members map onto.org.datanucleus.util Provides utility classes used in the implementation that don't fit in a particular functional part of the system. -
-
Uses of JdbcType in org.datanucleus.metadata
Fields in org.datanucleus.metadata declared as JdbcType Modifier and Type Field Description protected JdbcTypeColumnMetaData. jdbcTypejdbc-type to use (if any).Methods in org.datanucleus.metadata that return JdbcType Modifier and Type Method Description static JdbcTypeJdbcType. getEnumByValue(int value)JdbcTypeColumnMetaData. getJdbcType()static JdbcTypeJdbcType. valueOf(String name)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 JdbcType Modifier and Type Method Description static 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.ColumnMetaDataColumnMetaData. setJdbcType(JdbcType type) -
Uses of JdbcType in org.datanucleus.store.schema.table
Methods in org.datanucleus.store.schema.table that return JdbcType Modifier and Type Method Description JdbcTypeColumn. getJdbcType()Accessor for the JDBC Type used for this column.JdbcTypeColumnImpl. getJdbcType()Methods in org.datanucleus.store.schema.table with parameters of type JdbcType Modifier and Type Method Description ColumnColumn. setJdbcType(JdbcType jdbcType)ColumnColumnImpl. setJdbcType(JdbcType type) -
Uses of JdbcType in org.datanucleus.util
Methods in org.datanucleus.util that return JdbcType Modifier and Type Method Description static JdbcTypeTypeConversionHelper. getJdbcTypeForEnum(AbstractMemberMetaData mmd, FieldRole role, ClassLoaderResolver clr)
-