MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / RAW

Class RAW

lib/sqlalchemy/dialects/oracle/types.py:29–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28
29class RAW(sqltypes._Binary):
30 __visit_name__ = "RAW"
31
32
33OracleRaw = RAW

Callers 3

dictionary.pyFile · 0.85
get_multi_columnsMethod · 0.85
test_raw_typeMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_raw_typeMethod · 0.68