func github.com/jackc/pgtype.underlyingNumberType
8 uses
github.com/jackc/pgtype (current package)
convert.go#L16: func underlyingNumberType(val interface{}) (interface{}, bool) {
float4.go#L171: if originalSrc, ok := underlyingNumberType(src); ok {
float8.go#L161: if originalSrc, ok := underlyingNumberType(src); ok {
int2.go#L177: if originalSrc, ok := underlyingNumberType(src); ok {
int4.go#L169: if originalSrc, ok := underlyingNumberType(src); ok {
int8.go#L160: if originalSrc, ok := underlyingNumberType(src); ok {
numeric.go#L197: if originalSrc, ok := underlyingNumberType(src); ok {
qchar.go#L105: if originalSrc, ok := underlyingNumberType(src); ok {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |