Interface ISqlJetBinaryExpression

All Superinterfaces:
ISqlJetExpression
All Known Implementing Classes:
SqlJetBinaryExpression

public interface ISqlJetBinaryExpression extends ISqlJetExpression

Binary expression.

Binary expression is compound expression which consists from two expressions combined by one operation ISqlJetBinaryExpression.Operation.

Format:

<leftExpression> <operation> <rightExpression>

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