Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetFunctionLiteral
-
- All Superinterfaces:
ISqlJetExpression
- All Known Implementing Classes:
SqlJetFunctionLiteral
public interface ISqlJetFunctionLiteral extends ISqlJetExpression
Function literal.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classISqlJetFunctionLiteral.FunctionFunctions literal function.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ISqlJetFunctionLiteral.FunctiongetValue()
-
-
-
Method Detail
-
getValue
ISqlJetFunctionLiteral.Function getValue()
- Specified by:
getValuein interfaceISqlJetExpression
-
-