Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetUnaryExpression
-
- All Superinterfaces:
ISqlJetExpression
- All Known Implementing Classes:
SqlJetUnaryExpression
public interface ISqlJetUnaryExpression extends ISqlJetExpression
Unary expression.- Author:
- TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ISqlJetUnaryExpression.Operation
Unary expression's operations.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ISqlJetExpression
getExpression()
ISqlJetUnaryExpression.Operation
getOperation()
-
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
-
-
-
-
Method Detail
-
getOperation
ISqlJetUnaryExpression.Operation getOperation()
-
getExpression
ISqlJetExpression getExpression()
-
-