org.sql.generation.api.grammar.literals
Interface StringLiteral

All Superinterfaces:
LiteralExpression, NonBooleanExpression, org.atp.api.Typeable<ValueExpression>, ValueExpression

public interface StringLiteral
extends LiteralExpression

This syntax element encapsulates reference to SQL string, that is, some element between ' and ' characters.

Author:
Stanislav Muhametsin

Method Summary
 String getString()
          Returns the contents of the string literal, that is, the string to be put between ' and '.
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getString

String getString()
Returns the contents of the string literal, that is, the string to be put between ' and '.

Returns:
The contents of the string literal.


Copyright © 2010-2012. All Rights Reserved.