Home
last modified time | relevance | path

Searched defs:ConvertValue (Results 1 – 2 of 2) sorted by relevance

/prebuilts/go/linux-x86/src/database/sql/driver/
Dtypes.go32 ConvertValue(v any) (Value, error) methodSpec
67 func (boolType) ConvertValue(src any) (Value, error) { func
112 func (int32Type) ConvertValue(v any) (Value, error) { func
145 func (stringType) ConvertValue(v any) (Value, error) { func
159 func (n Null) ConvertValue(v any) (Value, error) { func
172 func (n NotNull) ConvertValue(v any) (Value, error) { func
241 func (defaultConverter) ConvertValue(v any) (Value, error) { func
/prebuilts/go/linux-x86/src/database/sql/
Dfakedb_test.go1180 func (fakeDriverString) ConvertValue(v any) (driver.Value, error) { func
1195 func (anyTypeConverter) ConvertValue(v any) (driver.Value, error) { func