Uses of Enum
com.objectsql.support.TextTransformType
Packages that use TextTransformType
-
Uses of TextTransformType in com.objectsql.query
Fields in com.objectsql.query declared as TextTransformTypeMethods in com.objectsql.query that return TextTransformTypeModifier and TypeMethodDescriptionAbstractQueryImpl.textTransformType()IQuery.textTransformType()Methods in com.objectsql.query with parameters of type TextTransformTypeModifier and TypeMethodDescriptionvoidAbstractQueryImpl.setTextTransformType(TextTransformType textTransformType) voidIQuery.setTextTransformType(TextTransformType textTransformType) -
Uses of TextTransformType in com.objectsql.support
Methods in com.objectsql.support that return TextTransformTypeModifier and TypeMethodDescriptionstatic TextTransformTypeReturns the enum constant of this type with the specified name.static TextTransformType[]TextTransformType.values()Returns an array containing the constants of this enum type, in the order they are declared.