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

Method Equals

pgtypes/pgtypes.go:429–431  ·  view source on GitHub ↗
(t sql.Type)

Source from the content-addressed store, hash-verified

427func (p PostgresType) Convert(v interface{}) (interface{}, sql.ConvertInRange, error) {
428 panic("not implemented")
429}
430
431func (p PostgresType) Equals(t sql.Type) bool {
432 panic("not implemented")
433}
434

Callers 3

doInsertThenDeleteMethod · 0.80
ModifyColumnMethod · 0.80
verifySASLClientProofFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected