Uses of Class
com.google.cloud.spanner.Interval
Packages that use Interval
Package
Description
A client for Cloud Spanner - A no-compromise relational database service.
-
Uses of Interval in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return IntervalModifier and TypeMethodDescriptionInterval.Builder.build()static IntervalInterval.fromMonthsDaysNanos(int months, int days, BigInteger nanos) Creates an interval with specified number of months, days and nanoseconds.AbstractStructReader.getInterval(int columnIndex) AbstractStructReader.getInterval(String columnName) ForwardingStructReader.getInterval(int columnIndex) ForwardingStructReader.getInterval(String columnName) StructReader.getInterval(int columnIndex) StructReader.getInterval(String columnName) abstract IntervalValue.getInterval()Returns the value of aINTERVAL-typed instance.protected IntervalAbstractStructReader.getIntervalInternal(int columnIndex) static IntervalInterval.ofDays(int days) Creates an interval with specified number of days.static IntervalInterval.ofMicros(long micros) Creates an interval with specified number of microseconds.static IntervalInterval.ofMillis(long millis) Creates an interval with specified number of milliseconds.static IntervalInterval.ofMonths(int months) Creates an interval with specified number of months.static IntervalInterval.ofNanos(BigInteger nanos) Creates an interval with specified number of nanoseconds.static IntervalInterval.ofSeconds(long seconds) Creates an interval with specified number of seconds.static IntervalInterval.parseFromString(String interval) Methods in com.google.cloud.spanner that return types with arguments of type IntervalModifier and TypeMethodDescriptionValue.getIntervalArray()Returns the value of anARRAY<INTERVAL>-typed instance.AbstractStructReader.getIntervalList(int columnIndex) AbstractStructReader.getIntervalList(String columnName) ForwardingStructReader.getIntervalList(int columnIndex) ForwardingStructReader.getIntervalList(String columnName) StructReader.getIntervalList(int columnIndex) StructReader.getIntervalList(String columnName) AbstractStructReader.getIntervalListInternal(int columnIndex) Methods in com.google.cloud.spanner with parameters of type IntervalModifier and TypeMethodDescriptionstatic ValueReturns aINTERVALvalue.Binds toValue.interval(value)Method parameters in com.google.cloud.spanner with type arguments of type IntervalModifier and TypeMethodDescriptionstatic ValueValue.intervalArray(Iterable<Interval> v) Returns anARRAY<Interval>value.ValueBinder.toIntervalArray(Iterable<Interval> values) Binds toValue.intervalArray(values)