Package org.firebirdsql.jdbc
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 java.lang.Object
Type codes specific for Jaybird.- Author:
- Mark Rotteveel
-
-
Field Summary
Fields Modifier and Type Field Description static intDECFLOATType code forDECFLOAT.
-
-
-
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 forDECFLOAT.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
-
-