Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetUnaryExpression
-
- All Superinterfaces:
ISqlJetExpression
- All Known Implementing Classes:
SqlJetUnaryExpression
public interface ISqlJetUnaryExpression extends ISqlJetExpression
Unary expression.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classISqlJetUnaryExpression.OperationUnary expression's operations.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ISqlJetExpressiongetExpression()ISqlJetUnaryExpression.OperationgetOperation()-
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
-
-
-
-
Method Detail
-
getOperation
ISqlJetUnaryExpression.Operation getOperation()
-
getExpression
ISqlJetExpression getExpression()
-
-