public class OwNullPredicate extends OwPredicate
SQL AST node : <null predicatet> syntax non-terminal as defined by the SQL grammar.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
| Modifier and Type | Field and Description |
|---|---|
static String |
IS_NOT_NULL |
static String |
IS_NULL |
| Constructor and Description |
|---|
OwNullPredicate(OwColumnReference columnReference_p,
boolean negated_p)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
createPredicateSQLString() |
List<OwColumnQualifier> |
getColumnQualifiers() |
boolean |
isValid() |
createBooleanTestSQLString, isXConditionasBooleanTest, createBooleanFactorSQLStringcreateBooleanTermSQLStringcreateSearchConditionSQLStringpublic static final String IS_NULL
public static final String IS_NOT_NULL
public OwNullPredicate(OwColumnReference columnReference_p, boolean negated_p)
columnReference_p - the column reference operand, must not be nullpublic StringBuilder createPredicateSQLString()
createPredicateSQLString in class OwPredicateStringBuilder filled with the string representation of this non-terminalpublic boolean isValid()
truepublic List<OwColumnQualifier> getColumnQualifiers()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.