Class NuoDBTypeInfo

java.lang.Object
org.datanucleus.store.rdbms.schema.SQLTypeInfo
org.datanucleus.store.rdbms.adapter.NuoDBTypeInfo
All Implemented Interfaces:
org.datanucleus.store.schema.StoreSchemaData

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

    • NuoDBTypeInfo

      public NuoDBTypeInfo(String typeName, short dataType, int precision, String literalPrefix, String literalSuffix, String createParams, int nullable, boolean caseSensitive, short searchable, boolean unsignedAttribute, boolean fixedPrecScale, boolean autoIncrement, String localTypeName, short minimumScale, short maximumScale, int numPrecRadix)
    • NuoDBTypeInfo

      public NuoDBTypeInfo(ResultSet rs)