@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 |
static int |
REF_CURSOR |
static int |
TIME_WITH_TIMEZONE |
static int |
TIMESTAMP_WITH_TIMEZONE |
@Volatile(reason="To be standardized by future version of JDBC, type code may change") public static final int DECFLOAT
@Volatile(reason="Provided for JDBC 4.1 / Java 7 compatibility") public static final int REF_CURSOR
@Volatile(reason="Provided for JDBC 4.1 / Java 7 compatibility") public static final int TIME_WITH_TIMEZONE
@Volatile(reason="Provided for JDBC 4.1 / Java 7 compatibility") public static final int TIMESTAMP_WITH_TIMEZONE
Copyright © 2001-2022 Jaybird (Firebird JDBC/JCA) team. All rights reserved.