MCPcopy Create free account
hub / github.com/secdev/scapy / ColumnDescription

Class ColumnDescription

scapy/contrib/postgres.py:275–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273
274
275class ColumnDescription(_ZeroPadding):
276 name = "Column Description"
277 fields_desc = [
278 StrNullField("col", None),
279 SignedIntField("tableoid", 0),
280 SignedShortField("colno", 0),
281 SignedIntField("typeoid", 0),
282 SignedShortField("typelen", 0),
283 SignedIntField("typemod", 0),
284 SignedShortField("format", 0),
285 ]
286
287
288class RowDescription(_ZeroPadding):

Callers

nothing calls this directly

Calls 3

StrNullFieldClass · 0.90
SignedIntFieldClass · 0.90
SignedShortFieldClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…