public class SqlJetInTableExpression extends SqlJetExpression implements ISqlJetInTableExpression
| Constructor and Description |
|---|
SqlJetInTableExpression(CommonTree ast) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDatabaseName() |
ISqlJetExpression |
getExpression() |
java.lang.String |
getTableName() |
boolean |
isNot() |
java.lang.String |
toString() |
create, getValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetValuepublic SqlJetInTableExpression(CommonTree ast)
throws SqlJetException
SqlJetExceptionpublic ISqlJetExpression getExpression()
getExpression in interface ISqlJetInExpressionpublic boolean isNot()
isNot in interface ISqlJetInExpressionpublic java.lang.String getTableName()
getTableName in interface ISqlJetInTableExpressionpublic java.lang.String getDatabaseName()
getDatabaseName in interface ISqlJetInTableExpressionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2009-2010 TMate Software Ltd. All Rights Reserved.