Uses of Enum Class
types.temporal.TemporalType
Package
Description
-
Uses of TemporalType in types.basic.tbool
Modifier and TypeFieldDescriptionprivate final TemporalType
TBoolInst.temporalType
private final TemporalType
TBoolSeq.temporalType
private final TemporalType
TBoolSeqSet.temporalType
Modifier and TypeMethodDescriptionTBool.getTemporalType()
TBoolInst.getTemporalType()
TBoolSeq.getTemporalType()
TBoolSeqSet.getTemporalType()
-
Uses of TemporalType in types.basic.tfloat
Modifier and TypeFieldDescriptionprivate final TemporalType
TFloatInst.temporalType
private final TemporalType
TFloatSeq.temporalType
private final TemporalType
TFloatSeqSet.temporalType
Modifier and TypeMethodDescriptionTFloat.getTemporalType()
TFloatInst.getTemporalType()
TFloatSeq.getTemporalType()
TFloatSeqSet.getTemporalType()
-
Uses of TemporalType in types.basic.tint
Modifier and TypeFieldDescriptionprivate final TemporalType
TIntInst.temporalType
private final TemporalType
TIntSeq.temporalType
private final TemporalType
TIntSeqSet.temporalType
Modifier and TypeMethodDescriptionTInt.getTemporalType()
TIntInst.getTemporalType()
TIntSeq.getTemporalType()
TIntSeqSet.getTemporalType()
-
Uses of TemporalType in types.basic.tnumber
-
Uses of TemporalType in types.basic.tpoint
-
Uses of TemporalType in types.basic.tpoint.tgeog
Modifier and TypeFieldDescriptionprivate final TemporalType
TGeogPointInst.temporalType
private final TemporalType
TGeogPointSeq.temporalType
private final TemporalType
TGeogPointSeqSet.temporalType
Modifier and TypeMethodDescriptionTGeogPoint.getTemporalType()
TGeogPointInst.getTemporalType()
TGeogPointSeq.getTemporalType()
TGeogPointSeqSet.getTemporalType()
-
Uses of TemporalType in types.basic.tpoint.tgeom
Modifier and TypeFieldDescriptionprivate final TemporalType
TGeomPointInst.temporalType
private final TemporalType
TGeomPointSeq.temporalType
private final TemporalType
TGeomPointSeqSet.temporalType
Modifier and TypeMethodDescriptionTGeomPoint.getTemporalType()
TGeomPointInst.getTemporalType()
TGeomPointSeq.getTemporalType()
TGeomPointSeqSet.getTemporalType()
-
Uses of TemporalType in types.basic.ttext
Modifier and TypeFieldDescriptionprivate final TemporalType
TTextInst.temporalType
private final TemporalType
TTextSeq.temporalType
private final TemporalType
TTextSeqSet.temporalType
Modifier and TypeMethodDescriptionTText.getTemporalType()
TTextInst.getTemporalType()
TTextSeq.getTemporalType()
TTextSeqSet.getTemporalType()
-
Uses of TemporalType in types.temporal
Modifier and TypeMethodDescriptionabstract TemporalType
Temporal.getTemporalType()
static TemporalType
TemporalType.getTemporalType
(String value, String temporalDataTypeName) Gets the temporal type based on the string received.static TemporalType
Returns the enum constant of this class with the specified name.static TemporalType[]
TemporalType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Temporal
Temporal._factory
(jnr.ffi.Pointer inner, String customType, TemporalType temporalType) static Temporal
Factory.create_temporal
(jnr.ffi.Pointer inner, String customType, TemporalType temporalType)