Class JaybirdTypeCodes

java.lang.Object
org.firebirdsql.jdbc.JaybirdTypeCodes

@Volatile(reason="Defined type codes may receive a different value when standardized in JDBC") public final class JaybirdTypeCodes extends Object
Type codes specific for Jaybird.
Author:
Mark Rotteveel
  • Field Details

    • DECFLOAT

      @Volatile(reason="Type code changed in 5.0.12/6.0.5/7.0.0 to match JDBC 4.5 value; prefer java.sql.Types.DECFLOAT when using Java 26 or higher") public static final int DECFLOAT
      Type code for DECFLOAT.

      When using Java 26 or higher, use java.sql.Types.DECFLOAT. This constant might be deprecated and removed once Jaybird only supports versions after Java 26.

      See Also: