SQLJet Home

org.tmatesoft.sqljet.core.schema
Interface ISqlJetUnaryExpression

All Superinterfaces:
ISqlJetExpression

public interface ISqlJetUnaryExpression
extends ISqlJetExpression

Unary expression.

Author:
TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)

Nested Class Summary
static class ISqlJetUnaryExpression.Operation
          Unary expression's operations.
 
Method Summary
 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()

SQLJet Home

Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.