|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IsTruePlugin
The SQL Processor plugin devoted to evaluate the boolean value of the logical expression.
A boolean expression is an expression of the input values with the following operands between them:
The standard evaluation is the next one:
A logical value of an input value (dynamic or static) depends on the Java type of the related attribute. If the value is null, it is evaluated as false. Otherwise it is evaluated as true in the following cases
| Method Summary | |
|---|---|
boolean |
isTrue(Object obj,
SqlMetaType sqlMetaType,
String sqlMetaTypeExt)
Used for the evaluation of the logical expression in the conditional META SQL fragments. |
| Method Detail |
|---|
boolean isTrue(Object obj,
SqlMetaType sqlMetaType,
String sqlMetaTypeExt)
obj - the input valuesqlMetaType - the internal type (= META type) devoted for the special processing of the input valuessqlMetaTypeExt - the META type extension (=the internal type supplement value) devoted to extend the special processing
of the input values
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||