Class DB2TypeInfo

  • All Implemented Interfaces:
    org.datanucleus.store.schema.StoreSchemaData

    public class DB2TypeInfo
    extends SQLTypeInfo
    SQL Type info for DB2 datastores.
    • Constructor Detail

      • DB2TypeInfo

        public DB2TypeInfo​(java.sql.ResultSet rs)
        Constructs a type information object from the current row of the given result set.
        Parameters:
        rs - The result set returned from DatabaseMetaData.getTypeInfo().
      • DB2TypeInfo

        public DB2TypeInfo​(java.lang.String typeName,
                           short dataType,
                           int precision,
                           java.lang.String literalPrefix,
                           java.lang.String literalSuffix,
                           java.lang.String createParams,
                           int nullable,
                           boolean caseSensitive,
                           short searchable,
                           boolean unsignedAttribute,
                           boolean fixedPrecScale,
                           boolean autoIncrement,
                           java.lang.String localTypeName,
                           short minimumScale,
                           short maximumScale,
                           int numPrecRadix)