Class Function.IsNotFalseFunc

  • All Implemented Interfaces:
    Function, NamedFunction
    Enclosing interface:
    Function

    public static class Function.IsNotFalseFunc
    extends Object
    implements Function
    SQL function "IS NOT FALSE". Different from "IS TRUE" in that it returns true for NULL as well.