Class SqlJetUnaryExpression
java.lang.Object
org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
org.tmatesoft.sqljet.core.internal.schema.SqlJetUnaryExpression
- All Implemented Interfaces:
ISqlJetExpression,ISqlJetUnaryExpression
- Author:
- TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetUnaryExpression
ISqlJetUnaryExpression.Operation -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
create, getValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
-
Constructor Details
-
SqlJetUnaryExpression
- Throws:
SqlJetException
-
-
Method Details
-
getOperation
- Specified by:
getOperationin interfaceISqlJetUnaryExpression
-
getExpression
- Specified by:
getExpressionin interfaceISqlJetUnaryExpression
-
toString
-