Package org.tmatesoft.sqljet.core.schema
Interface ISqlJetInTableExpression
-
- All Superinterfaces:
ISqlJetExpression,ISqlJetInExpression
- All Known Implementing Classes:
SqlJetInTableExpression
public interface ISqlJetInTableExpression extends ISqlJetInExpression
"IN" table's expression.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDatabaseName()java.lang.StringgetTableName()-
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
-
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetInExpression
getExpression, isNot
-
-