MCPcopy Index your code
hub / github.com/apache/dubbo-go-hessian2 / JavaSqlTime

Interface JavaSqlTime

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

Source from the content-addressed store, hash-verified

20import "time"
21
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
28 // GetTime used to time
29 GetTime() time.Time
30}

Callers 11

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
DecObjectMethod · 0.65
EncObjectMethod · 0.65
testDecodeJavaSqlTimeFunction · 0.65

Implementers 2

Datejava_sql_time/date.go
Timejava_sql_time/time.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…