Uses of Class
org.apache.lucene.store.jdbc.index.AbstractJdbcIndexOutput

Packages that use AbstractJdbcIndexOutput
org.apache.lucene.store.jdbc.index   
org.apache.lucene.store.jdbc.index.oracle   
 

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

Subclasses of AbstractJdbcIndexOutput in org.apache.lucene.store.jdbc.index
 class FileJdbcIndexOutput
          An IndexOutput implemenation that writes all the data to a temporary file, and when closed, flushes the file to the database.
 class RAMJdbcIndexOutput
          An IndexOutput implemenation that stores all the data written to it in memory, and flushes it to the database when the output is closed.
 

Uses of AbstractJdbcIndexOutput in org.apache.lucene.store.jdbc.index.oracle
 

Subclasses of AbstractJdbcIndexOutput in org.apache.lucene.store.jdbc.index.oracle
 class OracleFileJdbcIndexOutput
          A specialized Oracle version that works (through reflection) with Oracle 9i/8i specific blob API for blobs bigger than 4k.
 class OracleRAMJdbcIndexOutput
          A specialized Oracle version that works (through reflection) with Oracle 9i/8i specific blob API for blobs bigger than 4k.
 



Copyright (c) 2004-2008 The Compass Project.