Class InformixTypeInfo

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

public class InformixTypeInfo extends SQLTypeInfo
SQL Type info for Informix datastores.
  • Constructor Details

    • InformixTypeInfo

      public InformixTypeInfo(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().