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

Class NCHAR

lib/sqlalchemy/sql/sqltypes.py:3662–3665  ·  view source on GitHub ↗

The SQL NCHAR type.

Source from the content-addressed store, hash-verified

3660
3661
3662class NCHAR(Unicode):
3663 """The SQL NCHAR type."""
3664
3665 __visit_name__ = "NCHAR"
3666
3667
3668class BLOB(LargeBinary):

Callers 4

test_string_typesMethod · 0.90
test_char_lengthMethod · 0.90
test_char_zeroMethod · 0.90
test_string_typesMethod · 0.90

Calls

no outgoing calls

Tested by 4

test_string_typesMethod · 0.72
test_char_lengthMethod · 0.72
test_char_zeroMethod · 0.72
test_string_typesMethod · 0.72