Uses of Enum
com.objectsql.support.ExpressionType
Packages that use ExpressionType
-
Uses of ExpressionType in com.objectsql.query
Methods in com.objectsql.query with parameters of type ExpressionTypeModifier and TypeMethodDescriptionMultiQuery.having(Column left, Object value, ExpressionType type) MultiQueryImpl.having(Column left, Object value, ExpressionType type) <T,R> Query Query.having(LambdaQuery<T, R> fieldFunction, Object value, ExpressionType type) Query.having(String name, Object value, ExpressionType type) <T,R> Query QueryImpl.having(LambdaQuery<T, R> fieldFunction, Object value, ExpressionType type) QueryImpl.having(String name, Object value, ExpressionType type) MultiQuery.where(Column left, Object value, ExpressionType type) MultiQueryImpl.where(Column left, Object value, ExpressionType type) <T,R> Query Query.where(LambdaQuery<T, R> fieldFunction, ExpressionType type) <T,R> Query Query.where(LambdaQuery<T, R> fieldFunction, Object value, ExpressionType type) Query.where(String name, ExpressionType type) Query.where(String name, Object value, ExpressionType type) <T,R> Query QueryImpl.where(LambdaQuery<T, R> fieldFunction, ExpressionType type) <T,R> Query QueryImpl.where(LambdaQuery<T, R> fieldFunction, Object value, ExpressionType type) QueryImpl.where(String name, ExpressionType type) QueryImpl.where(String name, Object value, ExpressionType type) -
Uses of ExpressionType in com.objectsql.support
Methods in com.objectsql.support that return ExpressionTypeModifier and TypeMethodDescriptionExpression.getType()static ExpressionTypestatic ExpressionTypeReturns the enum constant of this type with the specified name.static ExpressionType[]ExpressionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.objectsql.support with parameters of type ExpressionTypeModifier and TypeMethodDescriptionJoin.on(Column column, Object value, ExpressionType expressionType) <T,R> Join Join.on(LambdaQuery<T, R> lambdaQuery, Object value, ExpressionType expressionType) Join.on(String columnName, Object value, ExpressionType expressionType) voidExpression.setType(ExpressionType type) Constructors in com.objectsql.support with parameters of type ExpressionTypeModifierConstructorDescriptionExpression(Column left, ExpressionType type) Expression(Column left, Object value, ExpressionType type) Expression(ExpressionType type, MultiQuery value) Expression(LambdaQuery<T, R> lambdaQuery, ExpressionType type) Expression(LambdaQuery<T, R> lambdaQuery, Object value, ExpressionType type) Expression(String left, ExpressionType type) Expression(String function, LambdaQuery<T, R> lambdaQuery, Object value, ExpressionType type) Expression(String left, Object value, ExpressionType type) Expression(String function, String left, Object value, ExpressionType type)