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

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

public interface DirectLiteral
extends LiteralExpression

This syntax element encapsulates text to be inserted directly into SQL statement.

Author:
Stanislav Muhametsin

Method Summary
 java.lang.String getDirectLiteral()
          Returns the text to be inserted directly into SQL statement.
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getDirectLiteral

java.lang.String getDirectLiteral()
Returns the text to be inserted directly into SQL statement.

Returns:
The text to be inserted directly into SQL statement.


Copyright © 2010. All Rights Reserved.