Uses of Enum
com.blazebit.persistence.parser.expression.Trimspec
Packages that use Trimspec
-
Uses of Trimspec in com.blazebit.persistence.parser.expression
Methods in com.blazebit.persistence.parser.expression that return TrimspecModifier and TypeMethodDescriptionTrimExpression.getTrimspec()static TrimspecReturns the enum constant of this type with the specified name.static Trimspec[]Trimspec.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.blazebit.persistence.parser.expression with parameters of type TrimspecModifierConstructorDescriptionTrimExpression(Trimspec trimspec, Expression trimCharacter, Expression trimSource)