Class SqlJetFunctionLiteral
- java.lang.Object
-
- org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
-
- org.tmatesoft.sqljet.core.internal.schema.SqlJetFunctionLiteral
-
- All Implemented Interfaces:
ISqlJetExpression
,ISqlJetFunctionLiteral
public class SqlJetFunctionLiteral extends SqlJetExpression implements ISqlJetFunctionLiteral
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetFunctionLiteral
ISqlJetFunctionLiteral.Function
-
-
Constructor Summary
Constructors Constructor Description SqlJetFunctionLiteral(org.antlr.runtime.tree.CommonTree ast)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ISqlJetFunctionLiteral.Function
getValue()
java.lang.String
toString()
-
Methods inherited from class org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
create
-
-
-
-
Method Detail
-
getValue
public ISqlJetFunctionLiteral.Function getValue()
- Specified by:
getValue
in interfaceISqlJetExpression
- Specified by:
getValue
in interfaceISqlJetFunctionLiteral
- Overrides:
getValue
in classSqlJetExpression
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-