|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JdbcTable | |
|---|---|
| org.apache.lucene.store.jdbc | |
| org.apache.lucene.store.jdbc.handler | |
| org.apache.lucene.store.jdbc.index | |
| org.apache.lucene.store.jdbc.index.oracle | |
| 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)
|
| Uses of JdbcTable in org.apache.lucene.store.jdbc.index.oracle |
|---|
| Methods in org.apache.lucene.store.jdbc.index.oracle with parameters of type JdbcTable | |
|---|---|
static String |
OracleIndexOutputHelper.sqlInsert(JdbcTable table)
|
static String |
OracleIndexOutputHelper.sqlUpdate(JdbcTable table)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||