|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
org.tmatesoft.sqljet.core.internal.schema.SqlJetMatchExpression
public class SqlJetMatchExpression
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetMatchExpression |
---|
ISqlJetMatchExpression.Operation |
Constructor Summary | |
---|---|
SqlJetMatchExpression(org.antlr.runtime.tree.CommonTree ast)
|
Method Summary | |
---|---|
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 |
---|
public SqlJetMatchExpression(org.antlr.runtime.tree.CommonTree ast) throws SqlJetException
SqlJetException
Method Detail |
---|
public ISqlJetExpression getExpression()
getExpression
in interface ISqlJetMatchExpression
public ISqlJetMatchExpression.Operation getOperation()
getOperation
in interface ISqlJetMatchExpression
public boolean isNot()
isNot
in interface ISqlJetMatchExpression
public ISqlJetExpression getMatchExpression()
getMatchExpression
in interface ISqlJetMatchExpression
public ISqlJetExpression getEscapeExpression()
getEscapeExpression
in interface ISqlJetMatchExpression
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |