com.wewebu.ow.csqlc.ast
Class OwStringImageLiteral

java.lang.Object
  extended by com.wewebu.ow.csqlc.ast.OwStringImageLiteral
All Implemented Interfaces:
OwLiteral

public class OwStringImageLiteral
extends Object
implements OwLiteral

SQL AST node : undefined data type literal implementation.

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

Constructor Summary
OwStringImageLiteral(String image_p)
          Constructor
 
Method Summary
 StringBuilder createLiteralSQLString()
           
 boolean isNull()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwStringImageLiteral

public OwStringImageLiteral(String image_p)
Constructor

Parameters:
image_p - String image of this literal as should appear in an SQL string, can be null
Method Detail

createLiteralSQLString

public StringBuilder createLiteralSQLString()
Specified by:
createLiteralSQLString in interface OwLiteral
Returns:
a StringBuilder filled with the string representation of this terminal

isNull

public boolean isNull()
Specified by:
isNull in interface OwLiteral
Returns:
true if the string image of this literal is null
false otherwise


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.