Package types.temporal
Class Factory
java.lang.Object
types.temporal.Factory
Final class for assigning temporal types
- Author:
- ARIJIT SAMAL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static Temporal
create_instant
(jnr.ffi.Pointer inner, String customType) private static Temporal
create_sequence
(jnr.ffi.Pointer inner, String customType) private static Temporal
create_sequenceset
(jnr.ffi.Pointer inner, String customType) static Temporal
create_temporal
(jnr.ffi.Pointer inner, String customType, TemporalType temporalType)
-
Constructor Details
-
Factory
private Factory()
-
-
Method Details
-
create_temporal
public static Temporal create_temporal(jnr.ffi.Pointer inner, String customType, TemporalType temporalType) -
create_instant
-
create_sequence
-
create_sequenceset
-