| Package | Description |
|---|---|
| net.sf.okapi.virtualdb | |
| net.sf.okapi.virtualdb.jdbc | |
| net.sf.okapi.virtualdb.jdbc.h2 |
| Modifier and Type | Method and Description |
|---|---|
IVDocument |
IVItem.getDocument()
Gets the document containing this item.
|
IVDocument |
IVRepository.getDocument(long docKey)
Gets the virtual document for a given document key.
|
IVDocument |
IVRepository.getFirstDocument()
Gets the first virtual document in this repository.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<IVDocument> |
IVRepository.documents()
Creates an iterable object for all the documents contained into this repository.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IVRepository.removeDocument(IVDocument doc)
Removes a given document from this repository.
|
| Modifier and Type | Method and Description |
|---|---|
IVDocument |
Repository.getDocument(long docKey) |
IVDocument |
IDBAccess.getDocument(long key) |
IVDocument |
Repository.getFirstDocument() |
IVDocument |
IDBAccess.getFirstDocument() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<IVDocument> |
Repository.documents() |
Iterable<IVDocument> |
IDBAccess.documents() |
| Modifier and Type | Method and Description |
|---|---|
void |
Repository.removeDocument(IVDocument doc) |
void |
IDBAccess.removeDocument(IVDocument doc) |
| Modifier and Type | Class and Description |
|---|---|
class |
H2Document |
| Modifier and Type | Method and Description |
|---|---|
IVDocument |
H2TextUnit.getDocument() |
IVDocument |
H2SubDocument.getDocument() |
IVDocument |
H2Set.getDocument() |
IVDocument |
H2Item.getDocument() |
IVDocument |
H2Group.getDocument() |
IVDocument |
H2Document.getDocument() |
IVDocument |
H2Access.getDocument(long itemKey) |
IVDocument |
H2Access.getFirstDocument() |
IVDocument |
H2DocumentIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<IVDocument> |
H2Access.documents() |
| Modifier and Type | Method and Description |
|---|---|
void |
H2Access.removeDocument(IVDocument vdoc) |
Copyright © 2019. All rights reserved.