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

Method MaxTextResponseByteLength

pgtypes/pgtypes.go:433–435  ·  view source on GitHub ↗
(_ *sql.Context)

Source from the content-addressed store, hash-verified

431
432func (p PostgresType) Equals(t sql.Type) bool {
433 panic("not implemented")
434}
435
436func (p PostgresType) MaxTextResponseByteLength(_ *sql.Context) uint32 {
437 panic("not implemented")
438}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected