Class BpbItems.TypeValues
- java.lang.Object
-
- org.firebirdsql.jaybird.fb.constants.BpbItems.TypeValues
-
- Enclosing class:
- BpbItems
public static final class BpbItems.TypeValues extends java.lang.Object
Constants for values ofBpbItems.isc_bpb_type
.- Since:
- 5
-
-
Field Summary
Fields Modifier and Type Field Description static int
isc_bpb_type_segmented
static int
isc_bpb_type_stream
-
-
-
Field Detail
-
isc_bpb_type_segmented
public static final int isc_bpb_type_segmented
- See Also:
- Constant Field Values
-
isc_bpb_type_stream
public static final int isc_bpb_type_stream
- See Also:
- Constant Field Values
-
-