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, getValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getValue
public SqlJetMatchExpression(CommonTree ast) throws SqlJetException
SqlJetException
public ISqlJetExpression getExpression()
getExpression
in interface ISqlJetMatchExpression
public ISqlJetMatchExpression.Operation getOperation()
getOperation
in interface ISqlJetMatchExpression
public boolean isNot()
isNot
in interface ISqlJetMatchExpression
public ISqlJetExpression getMatchExpression()
getMatchExpression
in interface ISqlJetMatchExpression
public ISqlJetExpression getEscapeExpression()
getEscapeExpression
in interface ISqlJetMatchExpression
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.