|
SQLJet Home | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISqlJetBinaryExpression
Binary expression.
Binary expression is compound expression which consists from two expressions
combined by one operation ISqlJetBinaryExpression.Operation
.
Format:
<leftExpression> <operation> <rightExpression>
Nested Class Summary | |
---|---|
static class |
ISqlJetBinaryExpression.Operation
Operation which combine expressions in binary expression ISqlJetBinaryExpression . |
Method Summary | |
---|---|
ISqlJetExpression |
getLeftExpression()
Left expression. |
ISqlJetBinaryExpression.Operation |
getOperation()
Operation. |
ISqlJetExpression |
getRightExpression()
Right expression. |
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression |
---|
getValue |
Method Detail |
---|
ISqlJetBinaryExpression.Operation getOperation()
ISqlJetExpression getLeftExpression()
ISqlJetExpression getRightExpression()
|
SQLJet Home | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |