public class SqlJetMatchExpression extends SqlJetExpression implements ISqlJetMatchExpression
ISqlJetMatchExpression.Operation| Constructor and Description |
|---|
SqlJetMatchExpression(CommonTree ast) |
| Modifier and Type | Method and Description |
|---|---|
ISqlJetExpression |
getEscapeExpression() |
ISqlJetExpression |
getExpression() |
ISqlJetExpression |
getMatchExpression() |
ISqlJetMatchExpression.Operation |
getOperation() |
boolean |
isNot() |
java.lang.String |
toString() |
create, getValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetValuepublic SqlJetMatchExpression(CommonTree ast)
throws SqlJetException
SqlJetExceptionpublic ISqlJetExpression getExpression()
getExpression in interface ISqlJetMatchExpressionpublic ISqlJetMatchExpression.Operation getOperation()
getOperation in interface ISqlJetMatchExpressionpublic boolean isNot()
isNot in interface ISqlJetMatchExpressionpublic ISqlJetExpression getMatchExpression()
getMatchExpression in interface ISqlJetMatchExpressionpublic ISqlJetExpression getEscapeExpression()
getEscapeExpression in interface ISqlJetMatchExpressionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2009-2010 TMate Software Ltd. All Rights Reserved.