We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94d5988 commit 9541fe2Copy full SHA for 9541fe2
sys/sqlite3/value.go
@@ -92,9 +92,11 @@ func (v *Value) NoChange() bool {
92
}
93
94
// FromBind returns true if value originated from a bound parameter
95
+/*
96
func (v *Value) FromBind() bool {
97
return intToBool(int(C.sqlite3_value_frombind((*C.sqlite3_value)(v))))
98
99
+*/
100
101
// Interface returns a go value from a sqlite value
102
func (v *Value) Interface() interface{} {
0 commit comments