|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Database | |
gate.db |
Uses of Database in gate.db |
Subclasses of Database in gate.db | |
class |
OracleDataStore
Provides connection to an Oracle Database. |
class |
PostgresDataStore
Provides connection to an Oracle Database. |
Fields in gate.db declared as Database | |
protected Database |
DocumentWrapper.database
|
protected Database |
CorpusWrapper.database
|
Methods in gate.db with parameters of type Database | |
void |
TestDB.doTestDatabase(Database db)
Checks whether the provided database complies with Gate2 requirements |
void |
TestDB.doTestCorpus(Database db)
Creates a new transient corpus; Creates a new transient document and adds it to the newcorpus; Creates a persistent corpus starting from the transient one; Closes the database connection; Re-opens the database connection; Retrieves the previuosly created corpus and checks its contents. |
Constructors in gate.db with parameters of type Database | |
DocumentWrapper(Connection con,
Database db,
DocumentImpl doc)
Construction from Document. |
|
DocumentWrapper(Connection con,
Database ds,
long id)
Construction from ID. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |