MCPcopy
hub / github.com/dropbox/godropbox / raw

Method raw

database/sqltypes/sqltypes.go:463–465  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

461}
462
463func (n Numeric) raw() []byte {
464 return []byte(n)
465}
466
467func (n Numeric) encodeSql(b encoding2.BinaryWriter) {
468 if _, err := b.Write(n.raw()); err != nil {

Callers 4

ConvertAssignFunction · 0.95
encodeSqlMethod · 0.95
encodeAsciiMethod · 0.95
MarshalBinaryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected