Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3650
class
NVARCHAR(Unicode):
3651
""
"The SQL NVARCHAR type."
""
3652
3653
__visit_name__ =
"NVARCHAR"
3654
3655
3656
class
CHAR(String):
Callers
4
test_string_types
Method · 0.90
test_char_length
Method · 0.90
test_char_length
Method · 0.90
test_char_zero
Method · 0.90
Calls
no outgoing calls
Tested by
4
test_string_types
Method · 0.72
test_char_length
Method · 0.72
test_char_length
Method · 0.72
test_char_zero
Method · 0.72