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
 java.lang.String getDatabaseName()
           
 java.lang.String getTableName()
           
 
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetInExpression
getExpression, isNot
 
Methods inherited from interface org.tmatesoft.sqljet.core.schema.ISqlJetExpression
getValue
 

Method Detail

getTableName

java.lang.String getTableName()

getDatabaseName

java.lang.String getDatabaseName()