Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetLiteralValue
-
- All Superinterfaces:
ISqlJetExpression
- All Known Subinterfaces:
ISqlJetBlobLiteral
,ISqlJetFloatLiteral
,ISqlJetIntegerLiteral
,ISqlJetNullLiteral
,ISqlJetStringLiteral
- All Known Implementing Classes:
SqlJetBlobLiteral
,SqlJetBoolLiteral
,SqlJetFloatLiteral
,SqlJetIntegerLiteral
,SqlJetNullLiteral
,SqlJetStringLiteral
public interface ISqlJetLiteralValue extends ISqlJetExpression
Literal's value.- Author:
- TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
-
-
Method Summary
-
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
-
-