|
Xindice API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Database | |
org.apache.xindice.client.corba | Implements the several POA-based Servants for CORBA connectivity to Xindice. |
org.apache.xindice.core | This is the top-level package for all Xindice Core functionality. |
org.apache.xindice.core.query | Implements the Xindice QueryEngine and XPathQueryResolver. |
org.apache.xindice.core.request | Implements several interfaces for extending Xindice resources into the standard Java URLConnection system. |
org.apache.xindice.core.security | Defines several classes for Xindice access control and authentication. |
org.apache.xindice.server.services | Defines several Services that plug into the Xindice server framework in order to allow Xindice to operate as a stand-alone Server. |
Uses of Database in org.apache.xindice.client.corba |
Constructors in org.apache.xindice.client.corba with parameters of type Database | |
DatabaseManagerServant(Database db,
Kernel kernel)
|
|
DatabaseServant(Database db,
Kernel kernel)
|
Uses of Database in org.apache.xindice.core |
Methods in org.apache.xindice.core that return Database | |
Database |
Collection.getDatabase()
getDatabase returns the Database owner for this Collection. |
static Database |
Database.getDatabase(java.lang.String name)
|
Database |
Database.getDatabase()
|
Constructors in org.apache.xindice.core with parameters of type Database | |
SystemCollection(Database db)
|
Uses of Database in org.apache.xindice.core.query |
Methods in org.apache.xindice.core.query that return Database | |
Database |
QueryEngine.getDatabase()
|
Constructors in org.apache.xindice.core.query with parameters of type Database | |
QueryEngine(Database db)
|
Uses of Database in org.apache.xindice.core.request |
Methods in org.apache.xindice.core.request that return Database | |
Database |
URIMapper.getDatabase()
getDatabase returns the Database that was resolved in the parsing of this URI. |
Uses of Database in org.apache.xindice.core.security |
Constructors in org.apache.xindice.core.security with parameters of type Database | |
LocalSecurityManager(Database db,
boolean disabled)
Initialize the security manager. |
|
PasswordCredentials(java.lang.String username,
java.lang.String password,
Database db)
Creates a new PasswordCredentials using the username and password provided. |
Uses of Database in org.apache.xindice.server.services |
Methods in org.apache.xindice.server.services that return Database | |
Database |
XindiceService.getDatabase()
Returns the Database instance for the currently running server. |
|
Xindice API | |||||||||
PREV NEXT | FRAMES NO FRAMES |