Class NuoDBTypeInfo

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

    public class NuoDBTypeInfo
    extends SQLTypeInfo
    Type info for NuoDB.
    • Constructor Detail

      • NuoDBTypeInfo

        public NuoDBTypeInfo​(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)
      • NuoDBTypeInfo

        public NuoDBTypeInfo​(java.sql.ResultSet rs)