Package com.kingsrook.qqq.backend.core.model.metadata.fields.functions.implementations
package com.kingsrook.qqq.backend.core.model.metadata.fields.functions.implementations
-
ClassesClassDescriptionFieldFunctionType implementation that returns the character length of a string field's value, equivalent to SQL CHAR_LENGTH().FieldFunctionType implementation that extracts a substring from a string field's value, using 1-based indexing (matching SQL SUBSTRING, not Java's 0-based
String.substring(int)).Follows ISO-8601 Standard, with Monday=1, Sunday=7.Follows ISO-8601 Standard, with Monday=1, Sunday=7.