Class StringQueryField

java.lang.Object
org.litebridgedb.orm.meta.QueryField
org.litebridgedb.orm.meta.StringQueryField
All Implemented Interfaces:
ExpressionSpec

public final class StringQueryField extends QueryField
Metamodel field for querying string-based columns in a type-safe manner.

This class extends QueryField to provide additional behavior specifically for string column operations within a query context.

Instances of this class allow performing operations such as converting the value of a string field to uppercase or lowercase.