org.apache.lucene.store.jdbc.index.oracle
Class OracleRAMJdbcIndexOutput
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.RAMJdbcIndexOutput
org.apache.lucene.store.jdbc.index.oracle.OracleRAMJdbcIndexOutput
- All Implemented Interfaces:
- JdbcIndexConfigurable
public class OracleRAMJdbcIndexOutput
- extends RAMJdbcIndexOutput
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 |
OracleRAMJdbcIndexOutput
public OracleRAMJdbcIndexOutput()
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.