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 class
ISqlJetFunctionLiteral.Function
Functions literal function.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ISqlJetFunctionLiteral.Function
getValue()
-
-
-
Method Detail
-
getValue
ISqlJetFunctionLiteral.Function getValue()
- Specified by:
getValue
in interfaceISqlJetExpression
-
-