Class FirebirdTypeInfo

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

public class FirebirdTypeInfo extends SQLTypeInfo
SQL Type info for Firebird datastores.
  • Field Details

    • MAX_PRECISION_DECIMAL

      public static final int MAX_PRECISION_DECIMAL
      The maximum precision we allow for DECIMAL.
      See Also:
  • Constructor Details

    • FirebirdTypeInfo

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