OCLOperators maxLength
No edit summary
No edit summary
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Return the maximum length allowed for a string attribute.  
<message>Write the content here to display this box</message>
Returns the maximum length allowed for a string attribute.  


Useful for cutting a string to fit a attribute and avoid SQL errors when saving. See [[String attribute overflowing]]
Useful for cutting a string to fit an attribute and avoiding SQL errors when saving.  
 
'''See:''' [[Documentation:String attribute overflowing|String attribute overflowing]]
[[Category:OCLOperators]]
[[Category:OCLOperators]]
{{Edited|July|12|2025}}

Latest revision as of 05:14, 24 February 2025

This page was created by Lars.olofsson@mdriven.net on 2020-06-29. Last edited by Stephanie@mdriven.net on 2025-02-24.

Returns the maximum length allowed for a string attribute.

Useful for cutting a string to fit an attribute and avoiding SQL errors when saving.

See: String attribute overflowing