charLength

open fun <T : String?> charLength(expr: Expression<T>, queryBuilder: QueryBuilder)

SQL function that returns the length of expr, measured in characters, or null if expr is null.

Parameters

expr

String expression to count characters in.

queryBuilder

Query builder to append the SQL function to.