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

Class NVARCHAR

lib/sqlalchemy/sql/sqltypes.py:3650–3653  ·  view source on GitHub ↗

The SQL NVARCHAR type.

Source from the content-addressed store, hash-verified

3648
3649
3650class NVARCHAR(Unicode):
3651 """The SQL NVARCHAR type."""
3652
3653 __visit_name__ = "NVARCHAR"
3654
3655
3656class CHAR(String):

Callers 4

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

Calls

no outgoing calls

Tested by 4

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