org.apache.lucene.store.jdbc.index.oracle
Class OracleFileJdbcIndexOutput
java.lang.Object
org.apache.lucene.store.IndexOutput
org.apache.lucene.store.ConfigurableBufferedIndexOutput
org.apache.lucene.store.jdbc.index.JdbcBufferedIndexOutput
org.apache.lucene.store.jdbc.index.AbstractJdbcIndexOutput
org.apache.lucene.store.jdbc.index.FileJdbcIndexOutput
org.apache.lucene.store.jdbc.index.oracle.OracleFileJdbcIndexOutput
- All Implemented Interfaces:
- JdbcIndexConfigurable
public class OracleFileJdbcIndexOutput
- extends FileJdbcIndexOutput
A specialized Oracle version that works (through reflection) with
Oracle 9i/8i specific blob API for blobs bigger than 4k.
- Author:
- kimchy
|
Method Summary |
void |
close()
Closes this stream to further operations. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OracleFileJdbcIndexOutput
public OracleFileJdbcIndexOutput()
close
public void close()
throws IOException
- Description copied from class:
ConfigurableBufferedIndexOutput
- Closes this stream to further operations.
- Overrides:
close in class AbstractJdbcIndexOutput
- Throws:
IOException
Copyright (c) 2004-2008 The Compass Project.