|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataStore | |
gate | |
gate.corpora | |
gate.creole | |
gate.db | |
gate.event | |
gate.gui | |
gate.persist |
Uses of DataStore in gate |
Methods in gate that return DataStore | |
static DataStore |
Factory.openDataStore(String dataStoreClassName,
URL storageUrl)
Open an existing DataStore. |
static DataStore |
Factory.createDataStore(String dataStoreClassName,
URL storageUrl)
Create a new DataStore and open it. |
protected static DataStore |
Factory.instantiateDataStore(String dataStoreClassName,
URL storageUrl)
Instantiate a DataStore (not open or created). |
DataStore |
LanguageResource.getDataStore()
Get the data store that this LR lives in. |
Methods in gate with parameters of type DataStore | |
void |
LanguageResource.setDataStore(DataStore dataStore)
Set the data store that this LR lives in. |
Uses of DataStore in gate.corpora |
Fields in gate.corpora declared as DataStore | |
protected DataStore |
CorpusImpl.dataStore
The data store this LR lives in. |
Methods in gate.corpora that return DataStore | |
DataStore |
TextualDocumentFormat.getDataStore()
|
DataStore |
CorpusImpl.getDataStore()
Get the data store the document lives in. |
Methods in gate.corpora with parameters of type DataStore | |
void |
CorpusImpl.setDataStore(DataStore dataStore)
Set the data store that this LR lives in. |
Uses of DataStore in gate.creole |
Fields in gate.creole declared as DataStore | |
protected DataStore |
AbstractLanguageResource.dataStore
The data store this LR lives in. |
Methods in gate.creole that return DataStore | |
DataStore |
AbstractLanguageResource.getDataStore()
Get the data store that this LR lives in. |
Methods in gate.creole with parameters of type DataStore | |
void |
AbstractLanguageResource.setDataStore(DataStore dataStore)
Set the data store that this LR lives in. |
Uses of DataStore in gate.db |
Classes in gate.db that implement DataStore | |
class |
Database
Objects of type Database are used to connect to a database. |
class |
OracleDataStore
Provides connection to an Oracle Database. |
class |
PostgresDataStore
Provides connection to an Oracle Database. |
Methods in gate.db that return DataStore | |
DataStore |
DocumentWrapper.getDataStore()
Returns the Datastore object associated to this persistent document. |
DataStore |
CorpusWrapper.getDataStore()
Returns the datastore object used for the persistent store of this cropus |
Methods in gate.db with parameters of type DataStore | |
static boolean |
Checker.setupDatabase(Table[] ddl,
DataStore ds)
This method attempts to create the structure defined by ddl. |
static boolean |
Checker.setupDS(DataStore ds)
|
static boolean |
DocumentWrapper.setupDatabase(DataStore ds)
Checks if the provided datastore id proper for storing persistent documents of this type. |
static boolean |
CorpusWrapper.setupDatabase(DataStore ds)
This method checks whether the provided datastore can be used for storing persistent objects of this type(Corpus). |
Constructors in gate.db with parameters of type DataStore | |
DocumentWrapper(DataStore ds,
URL u,
Long start,
Long end)
Construction from URL and offsets. |
|
DocumentWrapper(DataStore ds,
URL u)
Construction from URL; content read over the net. |
|
DocumentWrapper(DataStore ds,
String urlString)
Construction from String representing URL |
|
DocumentWrapper(DataStore ds,
DocumentImpl doc)
Construction from Document. |
|
DocumentWrapper(DataStore ds,
long id)
Construction from ID. |
|
CorpusWrapper(DataStore db,
String name)
Constructs a CorpusWrapper object retrieving the information from the DataStore provided as parameter. |
|
CorpusWrapper(DataStore db,
String name,
FeatureMap features)
Creates a persistent corpus with the given name and features. |
|
CorpusWrapper(DataStore db,
CorpusImpl corpus)
Creates a persistent corpus starting from a transient one. |
Uses of DataStore in gate.event |
Fields in gate.event declared as DataStore | |
private DataStore |
CreoleEvent.datastore
|
Methods in gate.event that return DataStore | |
DataStore |
CreoleEvent.getDatastore()
Gets the DataStore that has been created/loaded/closed. |
Constructors in gate.event with parameters of type DataStore | |
DatastoreEvent(DataStore source,
int type,
Resource res,
String resourceID)
Constructor. |
|
CreoleEvent(DataStore datastore,
int type)
Constructor |
Uses of DataStore in gate.gui |
Fields in gate.gui declared as DataStore | |
(package private) DataStore |
DSHandle.datastore
|
Methods in gate.gui that return DataStore | |
DataStore |
DSHandle.getDataStore()
|
Constructors in gate.gui with parameters of type DataStore | |
DSHandle(DataStore datastore)
|
Uses of DataStore in gate.persist |
Classes in gate.persist that implement DataStore | |
class |
SerialDataStore
A data store based on Java serialisation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |