MCPcopy Create free account
hub / github.com/tortoise/tortoise-orm / Upper

Class Upper

tortoise/functions.py:50–57  ·  view source on GitHub ↗

Converts text to upper case. :samp:`Upper("{FIELD_NAME}")`

Source from the content-addressed store, hash-verified

48
49
50class Upper(Function):
51 """
52 Converts text to upper case.
53
54 :samp:`Upper("{FIELD_NAME}")`
55 """
56
57 database_func = functions.Upper
58
59
60class _Concat(functions.Concat):

Callers 10

insensitive_exactFunction · 0.90
insensitive_containsFunction · 0.90
insensitive_starts_withFunction · 0.90
insensitive_ends_withFunction · 0.90
test_char_fuzzFunction · 0.90
runFunction · 0.90

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…