Uses of Class
org.apache.lucene.store.jdbc.support.JdbcTable

Packages that use JdbcTable
org.apache.lucene.store.jdbc   
org.apache.lucene.store.jdbc.handler   
org.apache.lucene.store.jdbc.index   
 

Uses of JdbcTable in org.apache.lucene.store.jdbc
 

Methods in org.apache.lucene.store.jdbc that return JdbcTable
 JdbcTable JdbcDirectory.getTable()
           
 

Constructors in org.apache.lucene.store.jdbc with parameters of type JdbcTable
JdbcDirectory(DataSource dataSource, JdbcTable table)
          Creates a new jdbc directory.
 

Uses of JdbcTable in org.apache.lucene.store.jdbc.handler
 

Fields in org.apache.lucene.store.jdbc.handler declared as JdbcTable
protected  JdbcTable AbstractFileEntryHandler.table
           
 

Uses of JdbcTable in org.apache.lucene.store.jdbc.index
 

Methods in org.apache.lucene.store.jdbc.index with parameters of type JdbcTable
static void FetchPerTransactionJdbcIndexInput.releaseBlobs(Connection connection, JdbcTable table, String name)
           
 



Copyright (c) 2004-2006 The Compass Project.