public class OwInValueList extends Object
SQL AST node : <in value list> 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
Constructor and Description |
---|
OwInValueList() |
Modifier and Type | Method and Description |
---|---|
void |
addLiteral(OwLiteral literal_p)
Adds the given literal to this list of literals
|
StringBuilder |
createInValueListSQLString() |
boolean |
isValid() |
public void addLiteral(OwLiteral literal_p)
literal_p
- literal to add, must not be nullpublic boolean isValid()
true
if this list of literals is not empty and at least one of the literas is not null-valued
false
otherwiseOwLiteral.isNull()
public StringBuilder createInValueListSQLString()
StringBuilder
filled with the String representation of this in value list;
null-valued literals are omittedOwLiteral.isNull()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.