Class SqlJetMatchExpression
java.lang.Object
org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
org.tmatesoft.sqljet.core.internal.schema.SqlJetMatchExpression
- All Implemented Interfaces:
ISqlJetExpression
,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 -
Method Summary
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 Details
-
SqlJetMatchExpression
- Throws:
SqlJetException
-
-
Method Details
-
getExpression
- Specified by:
getExpression
in interfaceISqlJetMatchExpression
-
getOperation
- Specified by:
getOperation
in interfaceISqlJetMatchExpression
-
isNot
public boolean isNot()- Specified by:
isNot
in interfaceISqlJetMatchExpression
-
getMatchExpression
- Specified by:
getMatchExpression
in interfaceISqlJetMatchExpression
-
getEscapeExpression
- Specified by:
getEscapeExpression
in interfaceISqlJetMatchExpression
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-