Package hydra.cypher.features
Class TemporalInstantFunctionFeatures
- java.lang.Object
-
- hydra.cypher.features.TemporalInstantFunctionFeatures
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<TemporalInstantFunctionFeatures>
public class TemporalInstantFunctionFeatures extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<TemporalInstantFunctionFeatures>
Temporal instant functions- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.BooleandateThe date() function.static NameDATEName of thehydra.cypher.features.TemporalInstantFunctionFeatures.datefield.static NameDATE_REALTIMEName of thehydra.cypher.features.TemporalInstantFunctionFeatures.dateRealtimefield.static NameDATE_STATEMENTName of thehydra.cypher.features.TemporalInstantFunctionFeatures.dateStatementfield.static NameDATE_TRANSACTIONName of thehydra.cypher.features.TemporalInstantFunctionFeatures.dateTransactionfield.static NameDATE_TRUNCATEName of thehydra.cypher.features.TemporalInstantFunctionFeatures.dateTruncatefield.java.lang.BooleandateRealtimeThe date.realtime() function.java.lang.BooleandateStatementThe date.statement() function.java.lang.BooleandatetimeThe datetime() function.static NameDATETIMEName of thehydra.cypher.features.TemporalInstantFunctionFeatures.datetimefield.static NameDATETIME_FROMEPOCHName of thehydra.cypher.features.TemporalInstantFunctionFeatures.datetimeFromepochfield.static NameDATETIME_FROMEPOCHMILLISName of thehydra.cypher.features.TemporalInstantFunctionFeatures.datetimeFromepochmillisfield.static NameDATETIME_REALTIMEName of thehydra.cypher.features.TemporalInstantFunctionFeatures.datetimeRealtimefield.static NameDATETIME_STATEMENTName of thehydra.cypher.features.TemporalInstantFunctionFeatures.datetimeStatementfield.static NameDATETIME_TRANSACTIONName of thehydra.cypher.features.TemporalInstantFunctionFeatures.datetimeTransactionfield.static NameDATETIME_TRUNCATEName of thehydra.cypher.features.TemporalInstantFunctionFeatures.datetimeTruncatefield.java.lang.BooleandatetimeFromepochThe datetime.fromepoch() function.java.lang.BooleandatetimeFromepochmillisThe datetime.fromepochmillis() function.java.lang.BooleandatetimeRealtimeThe datetime.realtime() function.java.lang.BooleandatetimeStatementThe datetime.statement() function.java.lang.BooleandatetimeTransactionThe datetime.transaction() function.java.lang.BooleandatetimeTruncateThe datetime.truncate() function.java.lang.BooleandateTransactionThe date.transaction() function.java.lang.BooleandateTruncateThe date.truncate() function.java.lang.BooleanlocaldatetimeThe localdatetime() function.static NameLOCALDATETIMEName of thehydra.cypher.features.TemporalInstantFunctionFeatures.localdatetimefield.static NameLOCALDATETIME_REALTIMEName of thehydra.cypher.features.TemporalInstantFunctionFeatures.localdatetimeRealtimefield.static NameLOCALDATETIME_STATEMENTName of thehydra.cypher.features.TemporalInstantFunctionFeatures.localdatetimeStatementfield.static NameLOCALDATETIME_TRANSACTIONName of thehydra.cypher.features.TemporalInstantFunctionFeatures.localdatetimeTransactionfield.static NameLOCALDATETIME_TRUNCATEName of thehydra.cypher.features.TemporalInstantFunctionFeatures.localdatetimeTruncatefield.java.lang.BooleanlocaldatetimeRealtimeThe localdatetime.realtime() function.java.lang.BooleanlocaldatetimeStatementThe localdatetime.statement() function.java.lang.BooleanlocaldatetimeTransactionThe localdatetime.transaction() function.java.lang.BooleanlocaldatetimeTruncateThe localdatetime.truncate() function.java.lang.BooleanlocaltimeThe localtime() function.static NameLOCALTIMEName of thehydra.cypher.features.TemporalInstantFunctionFeatures.localtimefield.static NameLOCALTIME_REALTIMEName of thehydra.cypher.features.TemporalInstantFunctionFeatures.localtimeRealtimefield.static NameLOCALTIME_STATEMENTName of thehydra.cypher.features.TemporalInstantFunctionFeatures.localtimeStatementfield.static NameLOCALTIME_TRANSACTIONName of thehydra.cypher.features.TemporalInstantFunctionFeatures.localtimeTransactionfield.static NameLOCALTIME_TRUNCATEName of thehydra.cypher.features.TemporalInstantFunctionFeatures.localtimeTruncatefield.java.lang.BooleanlocaltimeRealtimeThe localtime.realtime() function.java.lang.BooleanlocaltimeStatementThe localtime.statement() function.java.lang.BooleanlocaltimeTransactionThe localtime.transaction() function.java.lang.BooleanlocaltimeTruncateThe localtime.truncate() function.java.lang.BooleantimeThe time() function.static NameTIMEName of thehydra.cypher.features.TemporalInstantFunctionFeatures.timefield.static NameTIME_REALTIMEName of thehydra.cypher.features.TemporalInstantFunctionFeatures.timeRealtimefield.static NameTIME_STATEMENTName of thehydra.cypher.features.TemporalInstantFunctionFeatures.timeStatementfield.static NameTIME_TRANSACTIONName of thehydra.cypher.features.TemporalInstantFunctionFeatures.timeTransactionfield.static NameTIME_TRUNCATEName of thehydra.cypher.features.TemporalInstantFunctionFeatures.timeTruncatefield.java.lang.BooleantimeRealtimeThe time.realtime() function.java.lang.BooleantimeStatementThe time.statement() function.java.lang.BooleantimeTransactionThe time.transaction() function.java.lang.BooleantimeTruncateThe time.truncate() function.static NameTYPE_Name of thehydra.cypher.features.TemporalInstantFunctionFeaturestype.
-
Constructor Summary
Constructors Constructor Description TemporalInstantFunctionFeatures(java.lang.Boolean date, java.lang.Boolean dateRealtime, java.lang.Boolean dateStatement, java.lang.Boolean dateTransaction, java.lang.Boolean dateTruncate, java.lang.Boolean datetime, java.lang.Boolean datetimeFromepoch, java.lang.Boolean datetimeFromepochmillis, java.lang.Boolean datetimeRealtime, java.lang.Boolean datetimeStatement, java.lang.Boolean datetimeTransaction, java.lang.Boolean datetimeTruncate, java.lang.Boolean localdatetime, java.lang.Boolean localdatetimeRealtime, java.lang.Boolean localdatetimeStatement, java.lang.Boolean localdatetimeTransaction, java.lang.Boolean localdatetimeTruncate, java.lang.Boolean localtime, java.lang.Boolean localtimeRealtime, java.lang.Boolean localtimeStatement, java.lang.Boolean localtimeTransaction, java.lang.Boolean localtimeTruncate, java.lang.Boolean time, java.lang.Boolean timeRealtime, java.lang.Boolean timeStatement, java.lang.Boolean timeTransaction, java.lang.Boolean timeTruncate)Constructs an immutableTemporalInstantFunctionFeatures.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(TemporalInstantFunctionFeatures other)booleanequals(java.lang.Object other)inthashCode()TemporalInstantFunctionFeatureswithDate(java.lang.Boolean date)Returns a copy of thisTemporalInstantFunctionFeatureswithdatereplaced.TemporalInstantFunctionFeatureswithDateRealtime(java.lang.Boolean dateRealtime)Returns a copy of thisTemporalInstantFunctionFeatureswithdateRealtimereplaced.TemporalInstantFunctionFeatureswithDateStatement(java.lang.Boolean dateStatement)Returns a copy of thisTemporalInstantFunctionFeatureswithdateStatementreplaced.TemporalInstantFunctionFeatureswithDatetime(java.lang.Boolean datetime)Returns a copy of thisTemporalInstantFunctionFeatureswithdatetimereplaced.TemporalInstantFunctionFeatureswithDatetimeFromepoch(java.lang.Boolean datetimeFromepoch)Returns a copy of thisTemporalInstantFunctionFeatureswithdatetimeFromepochreplaced.TemporalInstantFunctionFeatureswithDatetimeFromepochmillis(java.lang.Boolean datetimeFromepochmillis)Returns a copy of thisTemporalInstantFunctionFeatureswithdatetimeFromepochmillisreplaced.TemporalInstantFunctionFeatureswithDatetimeRealtime(java.lang.Boolean datetimeRealtime)Returns a copy of thisTemporalInstantFunctionFeatureswithdatetimeRealtimereplaced.TemporalInstantFunctionFeatureswithDatetimeStatement(java.lang.Boolean datetimeStatement)Returns a copy of thisTemporalInstantFunctionFeatureswithdatetimeStatementreplaced.TemporalInstantFunctionFeatureswithDatetimeTransaction(java.lang.Boolean datetimeTransaction)Returns a copy of thisTemporalInstantFunctionFeatureswithdatetimeTransactionreplaced.TemporalInstantFunctionFeatureswithDatetimeTruncate(java.lang.Boolean datetimeTruncate)Returns a copy of thisTemporalInstantFunctionFeatureswithdatetimeTruncatereplaced.TemporalInstantFunctionFeatureswithDateTransaction(java.lang.Boolean dateTransaction)Returns a copy of thisTemporalInstantFunctionFeatureswithdateTransactionreplaced.TemporalInstantFunctionFeatureswithDateTruncate(java.lang.Boolean dateTruncate)Returns a copy of thisTemporalInstantFunctionFeatureswithdateTruncatereplaced.TemporalInstantFunctionFeatureswithLocaldatetime(java.lang.Boolean localdatetime)Returns a copy of thisTemporalInstantFunctionFeatureswithlocaldatetimereplaced.TemporalInstantFunctionFeatureswithLocaldatetimeRealtime(java.lang.Boolean localdatetimeRealtime)Returns a copy of thisTemporalInstantFunctionFeatureswithlocaldatetimeRealtimereplaced.TemporalInstantFunctionFeatureswithLocaldatetimeStatement(java.lang.Boolean localdatetimeStatement)Returns a copy of thisTemporalInstantFunctionFeatureswithlocaldatetimeStatementreplaced.TemporalInstantFunctionFeatureswithLocaldatetimeTransaction(java.lang.Boolean localdatetimeTransaction)Returns a copy of thisTemporalInstantFunctionFeatureswithlocaldatetimeTransactionreplaced.TemporalInstantFunctionFeatureswithLocaldatetimeTruncate(java.lang.Boolean localdatetimeTruncate)Returns a copy of thisTemporalInstantFunctionFeatureswithlocaldatetimeTruncatereplaced.TemporalInstantFunctionFeatureswithLocaltime(java.lang.Boolean localtime)Returns a copy of thisTemporalInstantFunctionFeatureswithlocaltimereplaced.TemporalInstantFunctionFeatureswithLocaltimeRealtime(java.lang.Boolean localtimeRealtime)Returns a copy of thisTemporalInstantFunctionFeatureswithlocaltimeRealtimereplaced.TemporalInstantFunctionFeatureswithLocaltimeStatement(java.lang.Boolean localtimeStatement)Returns a copy of thisTemporalInstantFunctionFeatureswithlocaltimeStatementreplaced.TemporalInstantFunctionFeatureswithLocaltimeTransaction(java.lang.Boolean localtimeTransaction)Returns a copy of thisTemporalInstantFunctionFeatureswithlocaltimeTransactionreplaced.TemporalInstantFunctionFeatureswithLocaltimeTruncate(java.lang.Boolean localtimeTruncate)Returns a copy of thisTemporalInstantFunctionFeatureswithlocaltimeTruncatereplaced.TemporalInstantFunctionFeatureswithTime(java.lang.Boolean time)Returns a copy of thisTemporalInstantFunctionFeatureswithtimereplaced.TemporalInstantFunctionFeatureswithTimeRealtime(java.lang.Boolean timeRealtime)Returns a copy of thisTemporalInstantFunctionFeatureswithtimeRealtimereplaced.TemporalInstantFunctionFeatureswithTimeStatement(java.lang.Boolean timeStatement)Returns a copy of thisTemporalInstantFunctionFeatureswithtimeStatementreplaced.TemporalInstantFunctionFeatureswithTimeTransaction(java.lang.Boolean timeTransaction)Returns a copy of thisTemporalInstantFunctionFeatureswithtimeTransactionreplaced.TemporalInstantFunctionFeatureswithTimeTruncate(java.lang.Boolean timeTruncate)Returns a copy of thisTemporalInstantFunctionFeatureswithtimeTruncatereplaced.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of thehydra.cypher.features.TemporalInstantFunctionFeaturestype.
-
DATE
public static final Name DATE
Name of thehydra.cypher.features.TemporalInstantFunctionFeatures.datefield.
-
DATE_REALTIME
public static final Name DATE_REALTIME
Name of thehydra.cypher.features.TemporalInstantFunctionFeatures.dateRealtimefield.
-
DATE_STATEMENT
public static final Name DATE_STATEMENT
Name of thehydra.cypher.features.TemporalInstantFunctionFeatures.dateStatementfield.
-
DATE_TRANSACTION
public static final Name DATE_TRANSACTION
Name of thehydra.cypher.features.TemporalInstantFunctionFeatures.dateTransactionfield.
-
DATE_TRUNCATE
public static final Name DATE_TRUNCATE
Name of thehydra.cypher.features.TemporalInstantFunctionFeatures.dateTruncatefield.
-
DATETIME
public static final Name DATETIME
Name of thehydra.cypher.features.TemporalInstantFunctionFeatures.datetimefield.
-
DATETIME_FROMEPOCH
public static final Name DATETIME_FROMEPOCH
Name of thehydra.cypher.features.TemporalInstantFunctionFeatures.datetimeFromepochfield.
-
DATETIME_FROMEPOCHMILLIS
public static final Name DATETIME_FROMEPOCHMILLIS
Name of thehydra.cypher.features.TemporalInstantFunctionFeatures.datetimeFromepochmillisfield.
-
DATETIME_REALTIME
public static final Name DATETIME_REALTIME
Name of thehydra.cypher.features.TemporalInstantFunctionFeatures.datetimeRealtimefield.
-
DATETIME_STATEMENT
public static final Name DATETIME_STATEMENT
Name of thehydra.cypher.features.TemporalInstantFunctionFeatures.datetimeStatementfield.
-
DATETIME_TRANSACTION
public static final Name DATETIME_TRANSACTION
Name of thehydra.cypher.features.TemporalInstantFunctionFeatures.datetimeTransactionfield.
-
DATETIME_TRUNCATE
public static final Name DATETIME_TRUNCATE
Name of thehydra.cypher.features.TemporalInstantFunctionFeatures.datetimeTruncatefield.
-
LOCALDATETIME
public static final Name LOCALDATETIME
Name of thehydra.cypher.features.TemporalInstantFunctionFeatures.localdatetimefield.
-
LOCALDATETIME_REALTIME
public static final Name LOCALDATETIME_REALTIME
Name of thehydra.cypher.features.TemporalInstantFunctionFeatures.localdatetimeRealtimefield.
-
LOCALDATETIME_STATEMENT
public static final Name LOCALDATETIME_STATEMENT
Name of thehydra.cypher.features.TemporalInstantFunctionFeatures.localdatetimeStatementfield.
-
LOCALDATETIME_TRANSACTION
public static final Name LOCALDATETIME_TRANSACTION
Name of thehydra.cypher.features.TemporalInstantFunctionFeatures.localdatetimeTransactionfield.
-
LOCALDATETIME_TRUNCATE
public static final Name LOCALDATETIME_TRUNCATE
Name of thehydra.cypher.features.TemporalInstantFunctionFeatures.localdatetimeTruncatefield.
-
LOCALTIME
public static final Name LOCALTIME
Name of thehydra.cypher.features.TemporalInstantFunctionFeatures.localtimefield.
-
LOCALTIME_REALTIME
public static final Name LOCALTIME_REALTIME
Name of thehydra.cypher.features.TemporalInstantFunctionFeatures.localtimeRealtimefield.
-
LOCALTIME_STATEMENT
public static final Name LOCALTIME_STATEMENT
Name of thehydra.cypher.features.TemporalInstantFunctionFeatures.localtimeStatementfield.
-
LOCALTIME_TRANSACTION
public static final Name LOCALTIME_TRANSACTION
Name of thehydra.cypher.features.TemporalInstantFunctionFeatures.localtimeTransactionfield.
-
LOCALTIME_TRUNCATE
public static final Name LOCALTIME_TRUNCATE
Name of thehydra.cypher.features.TemporalInstantFunctionFeatures.localtimeTruncatefield.
-
TIME
public static final Name TIME
Name of thehydra.cypher.features.TemporalInstantFunctionFeatures.timefield.
-
TIME_REALTIME
public static final Name TIME_REALTIME
Name of thehydra.cypher.features.TemporalInstantFunctionFeatures.timeRealtimefield.
-
TIME_STATEMENT
public static final Name TIME_STATEMENT
Name of thehydra.cypher.features.TemporalInstantFunctionFeatures.timeStatementfield.
-
TIME_TRANSACTION
public static final Name TIME_TRANSACTION
Name of thehydra.cypher.features.TemporalInstantFunctionFeatures.timeTransactionfield.
-
TIME_TRUNCATE
public static final Name TIME_TRUNCATE
Name of thehydra.cypher.features.TemporalInstantFunctionFeatures.timeTruncatefield.
-
date
public final java.lang.Boolean date
The date() function. Creates a DATE instant.
-
dateRealtime
public final java.lang.Boolean dateRealtime
The date.realtime() function. Returns the current DATE instant using the realtime clock.
-
dateStatement
public final java.lang.Boolean dateStatement
The date.statement() function. Returns the current DATE instant using the statement clock.
-
dateTransaction
public final java.lang.Boolean dateTransaction
The date.transaction() function. Returns the current DATE instant using the transaction clock.
-
dateTruncate
public final java.lang.Boolean dateTruncate
The date.truncate() function. Truncates the given temporal value to a DATE instant using the specified unit.
-
datetime
public final java.lang.Boolean datetime
The datetime() function. Creates a ZONED DATETIME instant.
-
datetimeFromepoch
public final java.lang.Boolean datetimeFromepoch
The datetime.fromepoch() function. Creates a ZONED DATETIME given the seconds and nanoseconds since the start of the epoch.
-
datetimeFromepochmillis
public final java.lang.Boolean datetimeFromepochmillis
The datetime.fromepochmillis() function. Creates a ZONED DATETIME given the milliseconds since the start of the epoch.
-
datetimeRealtime
public final java.lang.Boolean datetimeRealtime
The datetime.realtime() function. Returns the current ZONED DATETIME instant using the realtime clock.
-
datetimeStatement
public final java.lang.Boolean datetimeStatement
The datetime.statement() function. Returns the current ZONED DATETIME instant using the statement clock.
-
datetimeTransaction
public final java.lang.Boolean datetimeTransaction
The datetime.transaction() function. Returns the current ZONED DATETIME instant using the transaction clock.
-
datetimeTruncate
public final java.lang.Boolean datetimeTruncate
The datetime.truncate() function. Truncates the given temporal value to a ZONED DATETIME instant using the specified unit.
-
localdatetime
public final java.lang.Boolean localdatetime
The localdatetime() function. Creates a LOCAL DATETIME instant.
-
localdatetimeRealtime
public final java.lang.Boolean localdatetimeRealtime
The localdatetime.realtime() function. Returns the current LOCAL DATETIME instant using the realtime clock.
-
localdatetimeStatement
public final java.lang.Boolean localdatetimeStatement
The localdatetime.statement() function. Returns the current LOCAL DATETIME instant using the statement clock.
-
localdatetimeTransaction
public final java.lang.Boolean localdatetimeTransaction
The localdatetime.transaction() function. Returns the current LOCAL DATETIME instant using the transaction clock.
-
localdatetimeTruncate
public final java.lang.Boolean localdatetimeTruncate
The localdatetime.truncate() function. Truncates the given temporal value to a LOCAL DATETIME instant using the specified unit.
-
localtime
public final java.lang.Boolean localtime
The localtime() function. Creates a LOCAL TIME instant.
-
localtimeRealtime
public final java.lang.Boolean localtimeRealtime
The localtime.realtime() function. Returns the current LOCAL TIME instant using the realtime clock.
-
localtimeStatement
public final java.lang.Boolean localtimeStatement
The localtime.statement() function. Returns the current LOCAL TIME instant using the statement clock.
-
localtimeTransaction
public final java.lang.Boolean localtimeTransaction
The localtime.transaction() function. Returns the current LOCAL TIME instant using the transaction clock.
-
localtimeTruncate
public final java.lang.Boolean localtimeTruncate
The localtime.truncate() function. Truncates the given temporal value to a LOCAL TIME instant using the specified unit.
-
time
public final java.lang.Boolean time
The time() function. Creates a ZONED TIME instant.
-
timeRealtime
public final java.lang.Boolean timeRealtime
The time.realtime() function. Returns the current ZONED TIME instant using the realtime clock.
-
timeStatement
public final java.lang.Boolean timeStatement
The time.statement() function. Returns the current ZONED TIME instant using the statement clock.
-
timeTransaction
public final java.lang.Boolean timeTransaction
The time.transaction() function. Returns the current ZONED TIME instant using the transaction clock.
-
timeTruncate
public final java.lang.Boolean timeTruncate
The time.truncate() function. Truncates the given temporal value to a ZONED TIME instant using the specified unit.
-
-
Constructor Detail
-
TemporalInstantFunctionFeatures
public TemporalInstantFunctionFeatures(java.lang.Boolean date, java.lang.Boolean dateRealtime, java.lang.Boolean dateStatement, java.lang.Boolean dateTransaction, java.lang.Boolean dateTruncate, java.lang.Boolean datetime, java.lang.Boolean datetimeFromepoch, java.lang.Boolean datetimeFromepochmillis, java.lang.Boolean datetimeRealtime, java.lang.Boolean datetimeStatement, java.lang.Boolean datetimeTransaction, java.lang.Boolean datetimeTruncate, java.lang.Boolean localdatetime, java.lang.Boolean localdatetimeRealtime, java.lang.Boolean localdatetimeStatement, java.lang.Boolean localdatetimeTransaction, java.lang.Boolean localdatetimeTruncate, java.lang.Boolean localtime, java.lang.Boolean localtimeRealtime, java.lang.Boolean localtimeStatement, java.lang.Boolean localtimeTransaction, java.lang.Boolean localtimeTruncate, java.lang.Boolean time, java.lang.Boolean timeRealtime, java.lang.Boolean timeStatement, java.lang.Boolean timeTransaction, java.lang.Boolean timeTruncate)Constructs an immutableTemporalInstantFunctionFeatures.- Parameters:
date- The date() function. Creates a DATE instant.dateRealtime- The date.realtime() function. Returns the current DATE instant using the realtime clock.dateStatement- The date.statement() function. Returns the current DATE instant using the statement clock.dateTransaction- The date.transaction() function. Returns the current DATE instant using the transaction clock.dateTruncate- The date.truncate() function. Truncates the given temporal value to a DATE instant using the specified unit.datetime- The datetime() function. Creates a ZONED DATETIME instant.datetimeFromepoch- The datetime.fromepoch() function. Creates a ZONED DATETIME given the seconds and nanoseconds since the start of the epoch.datetimeFromepochmillis- The datetime.fromepochmillis() function. Creates a ZONED DATETIME given the milliseconds since the start of the epoch.datetimeRealtime- The datetime.realtime() function. Returns the current ZONED DATETIME instant using the realtime clock.datetimeStatement- The datetime.statement() function. Returns the current ZONED DATETIME instant using the statement clock.datetimeTransaction- The datetime.transaction() function. Returns the current ZONED DATETIME instant using the transaction clock.datetimeTruncate- The datetime.truncate() function. Truncates the given temporal value to a ZONED DATETIME instant using the specified unit.localdatetime- The localdatetime() function. Creates a LOCAL DATETIME instant.localdatetimeRealtime- The localdatetime.realtime() function. Returns the current LOCAL DATETIME instant using the realtime clock.localdatetimeStatement- The localdatetime.statement() function. Returns the current LOCAL DATETIME instant using the statement clock.localdatetimeTransaction- The localdatetime.transaction() function. Returns the current LOCAL DATETIME instant using the transaction clock.localdatetimeTruncate- The localdatetime.truncate() function. Truncates the given temporal value to a LOCAL DATETIME instant using the specified unit.localtime- The localtime() function. Creates a LOCAL TIME instant.localtimeRealtime- The localtime.realtime() function. Returns the current LOCAL TIME instant using the realtime clock.localtimeStatement- The localtime.statement() function. Returns the current LOCAL TIME instant using the statement clock.localtimeTransaction- The localtime.transaction() function. Returns the current LOCAL TIME instant using the transaction clock.localtimeTruncate- The localtime.truncate() function. Truncates the given temporal value to a LOCAL TIME instant using the specified unit.time- The time() function. Creates a ZONED TIME instant.timeRealtime- The time.realtime() function. Returns the current ZONED TIME instant using the realtime clock.timeStatement- The time.statement() function. Returns the current ZONED TIME instant using the statement clock.timeTransaction- The time.transaction() function. Returns the current ZONED TIME instant using the transaction clock.timeTruncate- The time.truncate() function. Truncates the given temporal value to a ZONED TIME instant using the specified unit.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(TemporalInstantFunctionFeatures other)
- Specified by:
compareToin interfacejava.lang.Comparable<TemporalInstantFunctionFeatures>
-
withDate
public TemporalInstantFunctionFeatures withDate(java.lang.Boolean date)
Returns a copy of thisTemporalInstantFunctionFeatureswithdatereplaced.
-
withDateRealtime
public TemporalInstantFunctionFeatures withDateRealtime(java.lang.Boolean dateRealtime)
Returns a copy of thisTemporalInstantFunctionFeatureswithdateRealtimereplaced.
-
withDateStatement
public TemporalInstantFunctionFeatures withDateStatement(java.lang.Boolean dateStatement)
Returns a copy of thisTemporalInstantFunctionFeatureswithdateStatementreplaced.
-
withDateTransaction
public TemporalInstantFunctionFeatures withDateTransaction(java.lang.Boolean dateTransaction)
Returns a copy of thisTemporalInstantFunctionFeatureswithdateTransactionreplaced.
-
withDateTruncate
public TemporalInstantFunctionFeatures withDateTruncate(java.lang.Boolean dateTruncate)
Returns a copy of thisTemporalInstantFunctionFeatureswithdateTruncatereplaced.
-
withDatetime
public TemporalInstantFunctionFeatures withDatetime(java.lang.Boolean datetime)
Returns a copy of thisTemporalInstantFunctionFeatureswithdatetimereplaced.
-
withDatetimeFromepoch
public TemporalInstantFunctionFeatures withDatetimeFromepoch(java.lang.Boolean datetimeFromepoch)
Returns a copy of thisTemporalInstantFunctionFeatureswithdatetimeFromepochreplaced.
-
withDatetimeFromepochmillis
public TemporalInstantFunctionFeatures withDatetimeFromepochmillis(java.lang.Boolean datetimeFromepochmillis)
Returns a copy of thisTemporalInstantFunctionFeatureswithdatetimeFromepochmillisreplaced.
-
withDatetimeRealtime
public TemporalInstantFunctionFeatures withDatetimeRealtime(java.lang.Boolean datetimeRealtime)
Returns a copy of thisTemporalInstantFunctionFeatureswithdatetimeRealtimereplaced.
-
withDatetimeStatement
public TemporalInstantFunctionFeatures withDatetimeStatement(java.lang.Boolean datetimeStatement)
Returns a copy of thisTemporalInstantFunctionFeatureswithdatetimeStatementreplaced.
-
withDatetimeTransaction
public TemporalInstantFunctionFeatures withDatetimeTransaction(java.lang.Boolean datetimeTransaction)
Returns a copy of thisTemporalInstantFunctionFeatureswithdatetimeTransactionreplaced.
-
withDatetimeTruncate
public TemporalInstantFunctionFeatures withDatetimeTruncate(java.lang.Boolean datetimeTruncate)
Returns a copy of thisTemporalInstantFunctionFeatureswithdatetimeTruncatereplaced.
-
withLocaldatetime
public TemporalInstantFunctionFeatures withLocaldatetime(java.lang.Boolean localdatetime)
Returns a copy of thisTemporalInstantFunctionFeatureswithlocaldatetimereplaced.
-
withLocaldatetimeRealtime
public TemporalInstantFunctionFeatures withLocaldatetimeRealtime(java.lang.Boolean localdatetimeRealtime)
Returns a copy of thisTemporalInstantFunctionFeatureswithlocaldatetimeRealtimereplaced.
-
withLocaldatetimeStatement
public TemporalInstantFunctionFeatures withLocaldatetimeStatement(java.lang.Boolean localdatetimeStatement)
Returns a copy of thisTemporalInstantFunctionFeatureswithlocaldatetimeStatementreplaced.
-
withLocaldatetimeTransaction
public TemporalInstantFunctionFeatures withLocaldatetimeTransaction(java.lang.Boolean localdatetimeTransaction)
Returns a copy of thisTemporalInstantFunctionFeatureswithlocaldatetimeTransactionreplaced.
-
withLocaldatetimeTruncate
public TemporalInstantFunctionFeatures withLocaldatetimeTruncate(java.lang.Boolean localdatetimeTruncate)
Returns a copy of thisTemporalInstantFunctionFeatureswithlocaldatetimeTruncatereplaced.
-
withLocaltime
public TemporalInstantFunctionFeatures withLocaltime(java.lang.Boolean localtime)
Returns a copy of thisTemporalInstantFunctionFeatureswithlocaltimereplaced.
-
withLocaltimeRealtime
public TemporalInstantFunctionFeatures withLocaltimeRealtime(java.lang.Boolean localtimeRealtime)
Returns a copy of thisTemporalInstantFunctionFeatureswithlocaltimeRealtimereplaced.
-
withLocaltimeStatement
public TemporalInstantFunctionFeatures withLocaltimeStatement(java.lang.Boolean localtimeStatement)
Returns a copy of thisTemporalInstantFunctionFeatureswithlocaltimeStatementreplaced.
-
withLocaltimeTransaction
public TemporalInstantFunctionFeatures withLocaltimeTransaction(java.lang.Boolean localtimeTransaction)
Returns a copy of thisTemporalInstantFunctionFeatureswithlocaltimeTransactionreplaced.
-
withLocaltimeTruncate
public TemporalInstantFunctionFeatures withLocaltimeTruncate(java.lang.Boolean localtimeTruncate)
Returns a copy of thisTemporalInstantFunctionFeatureswithlocaltimeTruncatereplaced.
-
withTime
public TemporalInstantFunctionFeatures withTime(java.lang.Boolean time)
Returns a copy of thisTemporalInstantFunctionFeatureswithtimereplaced.
-
withTimeRealtime
public TemporalInstantFunctionFeatures withTimeRealtime(java.lang.Boolean timeRealtime)
Returns a copy of thisTemporalInstantFunctionFeatureswithtimeRealtimereplaced.
-
withTimeStatement
public TemporalInstantFunctionFeatures withTimeStatement(java.lang.Boolean timeStatement)
Returns a copy of thisTemporalInstantFunctionFeatureswithtimeStatementreplaced.
-
withTimeTransaction
public TemporalInstantFunctionFeatures withTimeTransaction(java.lang.Boolean timeTransaction)
Returns a copy of thisTemporalInstantFunctionFeatureswithtimeTransactionreplaced.
-
withTimeTruncate
public TemporalInstantFunctionFeatures withTimeTruncate(java.lang.Boolean timeTruncate)
Returns a copy of thisTemporalInstantFunctionFeatureswithtimeTruncatereplaced.
-
-