org.tmatesoft.sqljet.core.schema
Interface ISqlJetLiteralValue

All Superinterfaces:
ISqlJetExpression
All Known Subinterfaces:
ISqlJetBlobLiteral, ISqlJetFloatLiteral, ISqlJetIntegerLiteral, ISqlJetNullLiteral, ISqlJetStringLiteral
All Known Implementing Classes:
SqlJetBlobLiteral, SqlJetFloatLiteral, SqlJetIntegerLiteral, SqlJetNullLiteral, SqlJetStringLiteral

public interface ISqlJetLiteralValue
extends ISqlJetExpression

Literal's value.


Method Summary
 
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue