public interface ISqlJetMatchExpression extends ISqlJetExpression
Modifier and Type | Interface and Description |
---|---|
static class |
ISqlJetMatchExpression.Operation
"MATCH" expression's operation.
|
Modifier and Type | Method and Description |
---|---|
ISqlJetExpression |
getEscapeExpression() |
ISqlJetExpression |
getExpression() |
ISqlJetExpression |
getMatchExpression() |
ISqlJetMatchExpression.Operation |
getOperation() |
boolean |
isNot() |
getValue
ISqlJetExpression getExpression()
ISqlJetMatchExpression.Operation getOperation()
boolean isNot()
ISqlJetExpression getMatchExpression()
ISqlJetExpression getEscapeExpression()
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.