@Volatile(reason="Defined type codes may receive a different value when standardized in JDBC") public final class JaybirdTypeCodes extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DECFLOAT
Type code for
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
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.
Copyright © 2001-2026 Jaybird (Firebird JDBC) team. All rights reserved.