Documentation
¶
Index ¶
- Variables
- type TimestampTZ
- func (*TimestampTZ) Descriptor() ([]byte, []int)deprecated
- func (x *TimestampTZ) GetNanos() int32
- func (x *TimestampTZ) GetSeconds() int64
- func (x *TimestampTZ) GetZone() string
- func (*TimestampTZ) ProtoMessage()
- func (x *TimestampTZ) ProtoReflect() protoreflect.Message
- func (x *TimestampTZ) Reset()
- func (n *TimestampTZ) Scan(value interface{}) error
- func (x *TimestampTZ) String() string
- func (n *TimestampTZ) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var File_proto_timestamptz_timestamptz_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TimestampTZ ¶
type TimestampTZ struct { Seconds int64 `protobuf:"varint,1,opt,name=seconds,proto3" json:"seconds,omitempty"` Nanos int32 `protobuf:"varint,2,opt,name=nanos,proto3" json:"nanos,omitempty"` Zone string `protobuf:"bytes,3,opt,name=zone,proto3" json:"zone,omitempty"` // contains filtered or unexported fields }
func (*TimestampTZ) Descriptor
deprecated
func (*TimestampTZ) Descriptor() ([]byte, []int)
Deprecated: Use TimestampTZ.ProtoReflect.Descriptor instead.
func (*TimestampTZ) GetNanos ¶
func (x *TimestampTZ) GetNanos() int32
func (*TimestampTZ) GetSeconds ¶
func (x *TimestampTZ) GetSeconds() int64
func (*TimestampTZ) GetZone ¶
func (x *TimestampTZ) GetZone() string
func (*TimestampTZ) ProtoMessage ¶
func (*TimestampTZ) ProtoMessage()
func (*TimestampTZ) ProtoReflect ¶
func (x *TimestampTZ) ProtoReflect() protoreflect.Message
func (*TimestampTZ) Reset ¶
func (x *TimestampTZ) Reset()
func (*TimestampTZ) Scan ¶
func (n *TimestampTZ) Scan(value interface{}) error
func (*TimestampTZ) String ¶
func (x *TimestampTZ) String() string
Click to show internal directories.
Click to hide internal directories.