Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetMatchExpression
- All Superinterfaces:
ISqlJetExpression
- All Known Implementing Classes:
SqlJetMatchExpression
"MATCH" expression.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
"MATCH" expression's operation. -
Method Summary
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
-
Method Details
-
getExpression
ISqlJetExpression getExpression() -
getOperation
ISqlJetMatchExpression.Operation getOperation() -
isNot
boolean isNot() -
getMatchExpression
ISqlJetExpression getMatchExpression() -
getEscapeExpression
ISqlJetExpression getEscapeExpression()
-