SQLJet Home

org.tmatesoft.sqljet.core.schema
Interface ISqlJetMatchExpression

All Superinterfaces:
ISqlJetExpression

public interface ISqlJetMatchExpression
extends ISqlJetExpression

"MATCH" expression.

Author:
TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)

Nested Class Summary
static class ISqlJetMatchExpression.Operation
          "MATCH" expression's operation.
 
Method Summary
 ISqlJetExpression getEscapeExpression()
           
 ISqlJetExpression getExpression()
           
 ISqlJetExpression getMatchExpression()
           
 ISqlJetMatchExpression.Operation getOperation()
           
 boolean isNot()
           
 
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
 

Method Detail

getExpression

ISqlJetExpression getExpression()

getOperation

ISqlJetMatchExpression.Operation getOperation()

isNot

boolean isNot()

getMatchExpression

ISqlJetExpression getMatchExpression()

getEscapeExpression

ISqlJetExpression getEscapeExpression()

SQLJet Home

Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.