Class SqlJetFunctionExpression
java.lang.Object
org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
org.tmatesoft.sqljet.core.internal.schema.SqlJetFunctionExpression
- All Implemented Interfaces:
ISqlJetExpression
,ISqlJetFunctionExpression
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
create, getValue
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
-
Constructor Details
-
SqlJetFunctionExpression
- Throws:
SqlJetException
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceISqlJetFunctionExpression
-
areDistinctArguments
public boolean areDistinctArguments()- Specified by:
areDistinctArguments
in interfaceISqlJetFunctionExpression
-
getArguments
- Specified by:
getArguments
in interfaceISqlJetFunctionExpression
-
isAll
public boolean isAll()- Specified by:
isAll
in interfaceISqlJetFunctionExpression
-
toString
-