org.tmatesoft.sqljet.core.schema
Interface ISqlJetStringLiteral

All Superinterfaces:
ISqlJetExpression, ISqlJetLiteralValue

public interface ISqlJetStringLiteral
extends ISqlJetLiteralValue

String literal.


Method Summary
 java.lang.String getValue()
           
 

Method Detail

getValue

java.lang.String getValue()
Specified by:
getValue in interface ISqlJetExpression