Class SqlJetInTableExpression
- java.lang.Object
-
- org.tmatesoft.sqljet.core.internal.schema.SqlJetExpression
-
- org.tmatesoft.sqljet.core.internal.schema.SqlJetInTableExpression
-
- All Implemented Interfaces:
ISqlJetExpression
,ISqlJetInExpression
,ISqlJetInTableExpression
public class SqlJetInTableExpression extends SqlJetExpression implements ISqlJetInTableExpression
-
-
Constructor Summary
Constructors Constructor Description SqlJetInTableExpression(org.antlr.runtime.tree.CommonTree ast)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDatabaseName()
ISqlJetExpression
getExpression()
java.lang.String
getTableName()
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
-
SqlJetInTableExpression
public SqlJetInTableExpression(org.antlr.runtime.tree.CommonTree ast) throws SqlJetException
- Throws:
SqlJetException
-
-
Method Detail
-
getExpression
public ISqlJetExpression getExpression()
- Specified by:
getExpression
in interfaceISqlJetInExpression
-
isNot
public boolean isNot()
- Specified by:
isNot
in interfaceISqlJetInExpression
-
getTableName
public java.lang.String getTableName()
- Specified by:
getTableName
in interfaceISqlJetInTableExpression
-
getDatabaseName
public java.lang.String getDatabaseName()
- Specified by:
getDatabaseName
in interfaceISqlJetInTableExpression
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-