|
Xindice API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Database | |
org.apache.xindice.client.corba.db | |
org.apache.xindice.client.xmldb | Implements the XML:DB API for use with Xindice data stores. |
org.apache.xindice.client.xmldb.services | Implements several XML:DB Services, including standard and extension services. |
Uses of Database in org.apache.xindice.client.corba.db |
Classes in org.apache.xindice.client.corba.db that implement Database | |
class |
_DatabaseStub
|
Fields in org.apache.xindice.client.corba.db declared as Database | |
Database |
DatabaseHolder.value
|
Methods in org.apache.xindice.client.corba.db that return Database | |
Database |
DatabasePOA._this()
|
Database |
DatabasePOA._this(org.omg.CORBA.ORB orb)
|
static Database |
DatabaseHelper.extract(org.omg.CORBA.Any a)
|
static Database |
DatabaseHelper.read(org.omg.CORBA.portable.InputStream istream)
|
static Database |
DatabaseHelper.narrow(org.omg.CORBA.Object obj)
|
static Database |
DatabaseHelper.unchecked_narrow(org.omg.CORBA.Object obj)
|
Methods in org.apache.xindice.client.corba.db with parameters of type Database | |
static void |
DatabaseHelper.insert(org.omg.CORBA.Any a,
Database t)
|
static void |
DatabaseHelper.write(org.omg.CORBA.portable.OutputStream ostream,
Database value)
|
Constructors in org.apache.xindice.client.corba.db with parameters of type Database | |
DatabaseHolder(Database initial)
|
Uses of Database in org.apache.xindice.client.xmldb |
Constructors in org.apache.xindice.client.xmldb with parameters of type Database | |
CollectionImpl(Collection collection,
Database db,
DatabaseImpl database)
Creates a new CollectionImpl for the XML:DB API Collection interface. |
Uses of Database in org.apache.xindice.client.xmldb.services |
Constructors in org.apache.xindice.client.xmldb.services with parameters of type Database | |
CollectionManager(CollectionManager manager,
Database db,
DatabaseImpl database)
Creates a new CollectionManager service |
|
DatabaseInstanceManager(DatabaseManager manager,
Database db,
DatabaseImpl database)
Creates a new DatabaseInstanceManager instance |
|
Xindice API | |||||||||
PREV NEXT | FRAMES NO FRAMES |