MCPcopy Create free account
hub / github.com/apecloud/myduckserver / SQL

Method SQL

pgtypes/pgtypes.go:441–443  ·  view source on GitHub ↗
(ctx *sql.Context, dest []byte, v interface{})

Source from the content-addressed store, hash-verified

439
440func (p PostgresType) Promote() sql.Type {
441 panic("not implemented")
442}
443
444func (p PostgresType) SQL(ctx *sql.Context, dest []byte, v interface{}) (sqltypes.Value, error) {
445 panic("not implemented")
446}

Callers 1

rowToBytesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected