org.apache.lucene.store.jdbc.index.oracle
Class OracleIndexOutputHelper
java.lang.Object
org.apache.lucene.store.jdbc.index.oracle.OracleIndexOutputHelper
public abstract class OracleIndexOutputHelper
- extends Object
- Author:
- kimchy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OracleIndexOutputHelper
public OracleIndexOutputHelper()
sqlInsert
public static String sqlInsert(JdbcTable table)
sqlUpdate
public static String sqlUpdate(JdbcTable table)
getBlobOutputStream
public static OutputStream getBlobOutputStream(ResultSet rs)
throws IOException
- Throws:
IOException
Copyright (c) 2004-2008 The Compass Project.