MCPcopy Create free account
hub / github.com/zzzeek/sqlalchemy / BLOB

Class BLOB

lib/sqlalchemy/sql/sqltypes.py:3668–3671  ·  view source on GitHub ↗

The SQL BLOB type.

Source from the content-addressed store, hash-verified

3666
3667
3668class BLOB(LargeBinary):
3669 """The SQL BLOB type."""
3670
3671 __visit_name__ = "BLOB"
3672
3673
3674class BINARY(_Binary):

Callers 1

test_char_zeroMethod · 0.90

Calls

no outgoing calls

Tested by 1

test_char_zeroMethod · 0.72