Class SqlJetBinaryExpression
java.lang.Object
org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
org.tmatesoft.sqljet.core.internal.schema.SqlJetBinaryExpression
- All Implemented Interfaces:
ISqlJetBinaryExpression,ISqlJetExpression
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetBinaryExpression
ISqlJetBinaryExpression.Operation -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
create, getValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
-
Constructor Details
-
SqlJetBinaryExpression
- Throws:
SqlJetException
-
-
Method Details
-
getOperation
Description copied from interface:ISqlJetBinaryExpressionOperation.- Specified by:
getOperationin interfaceISqlJetBinaryExpression- Returns:
- operation
-
getLeftExpression
Description copied from interface:ISqlJetBinaryExpressionLeft expression.- Specified by:
getLeftExpressionin interfaceISqlJetBinaryExpression- Returns:
- left expression
-
getRightExpression
Description copied from interface:ISqlJetBinaryExpressionRight expression.- Specified by:
getRightExpressionin interfaceISqlJetBinaryExpression- Returns:
- right expression
-
toString
-