public class SqlJetBinaryExpression extends SqlJetExpression implements ISqlJetBinaryExpression
ISqlJetBinaryExpression.Operation| Constructor and Description |
|---|
SqlJetBinaryExpression(CommonTree ast) |
| Modifier and Type | Method and Description |
|---|---|
ISqlJetExpression |
getLeftExpression()
Left expression.
|
ISqlJetBinaryExpression.Operation |
getOperation()
Operation.
|
ISqlJetExpression |
getRightExpression()
Right expression.
|
java.lang.String |
toString() |
create, getValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetValuepublic SqlJetBinaryExpression(CommonTree ast)
throws SqlJetException
SqlJetExceptionpublic ISqlJetBinaryExpression.Operation getOperation()
ISqlJetBinaryExpressiongetOperation in interface ISqlJetBinaryExpressionpublic ISqlJetExpression getLeftExpression()
ISqlJetBinaryExpressiongetLeftExpression in interface ISqlJetBinaryExpressionpublic ISqlJetExpression getRightExpression()
ISqlJetBinaryExpressiongetRightExpression in interface ISqlJetBinaryExpressionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2009-2010 TMate Software Ltd. All Rights Reserved.