func database/sql/driver.IsValue
7 uses
database/sql/driver (current package)
types.go#L176: func IsValue(v interface{}) bool {
types.go#L192: return IsValue(v)
types.go#L237: if IsValue(v) {
types.go#L247: if !IsValue(sv) {
database/sql
convert.go#L68: if !driver.IsValue(sv) {
convert.go#L87: if !driver.IsValue(nv.Value) {
github.com/Masterminds/squirrel
expr.go#L414: if driver.IsValue(val) {
![]() |
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. |