Class SqlJetFunctionLiteral
java.lang.Object
org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
org.tmatesoft.sqljet.core.internal.schema.SqlJetFunctionLiteral
- All Implemented Interfaces:
ISqlJetExpression
,ISqlJetFunctionLiteral
- Author:
- TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetFunctionLiteral
ISqlJetFunctionLiteral.Function
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
create
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
SqlJetFunctionLiteral
public SqlJetFunctionLiteral(org.antlr.runtime.tree.CommonTree ast)
-
-
Method Details
-
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
-