Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetUnaryExpression
- All Superinterfaces:
ISqlJetExpression
- All Known Implementing Classes:
SqlJetUnaryExpression
Unary expression.
- Author:
- TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
Unary expression's operations. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
-
Method Details
-
getOperation
ISqlJetUnaryExpression.Operation getOperation() -
getExpression
ISqlJetExpression getExpression()
-