MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / UnicodeText

Class UnicodeText

lib/sqlalchemy/sql/sqltypes.py:350–362  ·  view source on GitHub ↗

An unbounded-length Unicode string type. See :class:`.Unicode` for details on the unicode behavior of this object. Like :class:`.Unicode`, usage the :class:`.UnicodeText` type implies a unicode-capable type being used on the backend, such as ``NCLOB``, ``NTEXT``.

Source from the content-addressed store, hash-verified

348
349
350class UnicodeText(Text):
351 """An unbounded-length Unicode string type.
352
353 See :class:`.Unicode` for details on the unicode
354 behavior of this object.
355
356 Like :class:`.Unicode`, usage the :class:`.UnicodeText` type implies a
357 unicode-capable type being used on the backend, such as
358 ``NCLOB``, ``NTEXT``.
359
360 """
361
362 __visit_name__ = "unicode_text"
363
364
365class Integer(HasExpressionLookup, TypeEngine[int]):

Callers 8

test_ora8_flagsMethod · 0.90
test_default_flagsMethod · 0.90
test_ora10_flagsMethod · 0.90
test_use_ncharMethod · 0.90
test_string_typesMethod · 0.90
UnicodeTextTestClass · 0.85

Calls

no outgoing calls

Tested by 7

test_ora8_flagsMethod · 0.72
test_default_flagsMethod · 0.72
test_ora10_flagsMethod · 0.72
test_use_ncharMethod · 0.72
test_string_typesMethod · 0.72