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