Class SqlJetMatchExpression
- java.lang.Object
-
- org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
-
- org.tmatesoft.sqljet.core.internal.schema.SqlJetMatchExpression
-
- All Implemented Interfaces:
ISqlJetExpression
,ISqlJetMatchExpression
public class SqlJetMatchExpression extends SqlJetExpression implements ISqlJetMatchExpression
- Author:
- TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetMatchExpression
ISqlJetMatchExpression.Operation
-
-
Constructor Summary
Constructors Constructor Description SqlJetMatchExpression(org.antlr.runtime.tree.CommonTree ast)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ISqlJetExpression
getEscapeExpression()
ISqlJetExpression
getExpression()
ISqlJetExpression
getMatchExpression()
ISqlJetMatchExpression.Operation
getOperation()
boolean
isNot()
java.lang.String
toString()
-
Methods inherited from class org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
create, getValue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
-
-
-
-
Constructor Detail
-
SqlJetMatchExpression
public SqlJetMatchExpression(org.antlr.runtime.tree.CommonTree ast) throws SqlJetException
- Throws:
SqlJetException
-
-
Method Detail
-
getExpression
public ISqlJetExpression getExpression()
- Specified by:
getExpression
in interfaceISqlJetMatchExpression
-
getOperation
public ISqlJetMatchExpression.Operation getOperation()
- Specified by:
getOperation
in interfaceISqlJetMatchExpression
-
isNot
public boolean isNot()
- Specified by:
isNot
in interfaceISqlJetMatchExpression
-
getMatchExpression
public ISqlJetExpression getMatchExpression()
- Specified by:
getMatchExpression
in interfaceISqlJetMatchExpression
-
getEscapeExpression
public ISqlJetExpression getEscapeExpression()
- Specified by:
getEscapeExpression
in interfaceISqlJetMatchExpression
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-