Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ CHAR
Class
CHAR
lib/sqlalchemy/sql/sqltypes.py:3656–3659 ·
view source on GitHub ↗
The SQL CHAR type.
Source
from the content-addressed store, hash-verified
3654
3655
3656
class
CHAR(String):
3657
""
"The SQL CHAR type."
""
3658
3659
__visit_name__ =
"CHAR"
3660
3661
3662
class
NCHAR(Unicode):
Callers
12
define_tables
Method · 0.90
define_tables
Method · 0.90
define_tables
Method · 0.90
load_dialect_impl
Method · 0.90
test_char_plain
Method · 0.90
test_char_length
Method · 0.90
test_char_collation
Method · 0.90
define_tables
Method · 0.90
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
12
define_tables
Method · 0.72
define_tables
Method · 0.72
define_tables
Method · 0.72
load_dialect_impl
Method · 0.72
test_char_plain
Method · 0.72
test_char_length
Method · 0.72
test_char_collation
Method · 0.72
define_tables
Method · 0.72
test_string_types
Method · 0.72
test_char_length
Method · 0.72
test_char_length
Method · 0.72
test_char_zero
Method · 0.72