public interface OwLiteral
SQL AST node : <literal> syntax 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 | Method and Description |
---|---|
StringBuilder |
createLiteralSQLString() |
boolean |
isNull() |
StringBuilder createLiteralSQLString()
StringBuilder
filled with the string representation of this terminalboolean isNull()
true
if this literal does not stand for any string representable value
false
otherwiseCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.