Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetStringLiteral
-
- All Superinterfaces:
ISqlJetExpression
,ISqlJetLiteralValue
- All Known Implementing Classes:
SqlJetStringLiteral
public interface ISqlJetStringLiteral extends ISqlJetLiteralValue
String literal.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getValue()
-
-
-
Method Detail
-
getValue
java.lang.String getValue()
- Specified by:
getValue
in interfaceISqlJetExpression
-
-