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
static class ISqlJetFunctionLiteral.Function
          Functions literal function.
 
Method Summary
 ISqlJetFunctionLiteral.Function getValue()
           
 

Method Detail

getValue

ISqlJetFunctionLiteral.Function getValue()
Specified by:
getValue in interface ISqlJetExpression