Class JaybirdTypeCodes


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

      Fields 
      Modifier and Type Field Description
      static int DECFLOAT
      Type code for DECFLOAT.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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:
        Constant Field Values