Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3662
class
NCHAR(Unicode):
3663
""
"The SQL NCHAR type."
""
3664
3665
__visit_name__ =
"NCHAR"
3666
3667
3668
class
BLOB(LargeBinary):
Callers
4
test_string_types
Method · 0.90
test_char_length
Method · 0.90
test_char_zero
Method · 0.90
test_string_types
Method · 0.90
Calls
no outgoing calls
Tested by
4
test_string_types
Method · 0.72
test_char_length
Method · 0.72
test_char_zero
Method · 0.72
test_string_types
Method · 0.72