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 |
java.lang.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 |
getString
java.lang.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. All Rights Reserved.