MCPcopy Create free account
hub / github.com/apache/dubbo-go-hessian2 / ValueOf

Method ValueOf

java_sql_time/java_sql_time.go:24–24  ·  view source on GitHub ↗

ValueOf parse time string which format likes '2006-01-02 15:04:05'

(timeStr string)

Source from the content-addressed store, hash-verified

22type JavaSqlTime interface {
23 // ValueOf parse time string which format likes '2006-01-02 15:04:05'
24 ValueOf(timeStr string) error
25 // SetTime for decode time
26 SetTime(time time.Time)
27 JavaClassName() string

Callers 15

encDateInMsFunction · 0.65
TestIssue323Function · 0.65
encTypeInt32Method · 0.65
EncObjectMethod · 0.65
encUntypedMapMethod · 0.65
encMapMethod · 0.65
decMapMethod · 0.65
codec.goFile · 0.65
EnsurePackValueFunction · 0.65
EnsureRawValueFunction · 0.65
setRawValueToPointerFunction · 0.65
AddrEqualFunction · 0.65

Implementers 2

Datejava_sql_time/date.go
Timejava_sql_time/time.go

Calls

no outgoing calls

Tested by 3

TestIssue323Function · 0.52
doTestReflectResponseFunction · 0.52
TestPackPtrInterfaceFunction · 0.52