com.wewebu.ow.csqlc.ast
Class OwPredicateFormat
java.lang.Object
com.wewebu.ow.csqlc.ast.OwPredicateFormat
public class OwPredicateFormat
- extends Object
SQL standard form predicate (prefix leftOPerand operator rightOperand suffix) node configuration.
Defines configuration elements for the normal and negated predicate.
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
- Since:
- 3.2.0.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OwPredicateFormat
public OwPredicateFormat(String prefix_p,
String negatedPrefix_p,
String operator_p,
String negatedOperator_p,
String suffix_p,
String negatedSuffix_p)
prefix
public String prefix(boolean negated_p)
operator
public String operator(boolean negated_p)
suffix
public String suffix(boolean negated_p)
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.