Package org.acedb

Bindings to ACeDB.

See:
          Description

Interface Summary
AceElement An element within an AceObject.
AceNode A node within the tree data structure.
AceObject A top level object in an ACeDB database.
AceSet A generalized set of named objects used within the ACeDB system.
AceValue A node in an ACeDB object which represents a value.
Connection A call-level connection to an ACeDB object.
Database An encapsulation of an ACeDB Database server.
DateValue A date value.
Driver A driver which provides a transport for connecting to an ACeDB server.
FloatValue A float value.
IntValue An int value.
ModelInclude A node in an AceDB model structure.
ModelNode A node in an AceDB model structure.
ModelReference A node in an AceDB model structure.
ModelType A node in an AceDB model structure.
Reference Encapsulates a reference to another object within an ACeDB database.
StringValue A string value.
 

Class Summary
Ace  
AcePerlParser Parse the `Perl' representation of ACeDB objects.
AceURL  
AceUtils General utility methods for ACeDBC.
Handler Simple URLStreamHandler for acedb: URLs, so that we can use URL objects as appropriate.
 

Exception Summary
AceException  
AceURLException  
 

Error Summary
AceError  
 

Package org.acedb Description

Bindings to ACeDB.

The interfaces and classes within this package encapsulate ACeDB objects, types, databases and connections. It also defines AceError and AceException for error handling. It is loosely modeled on the SQL frame work within java.sql, in that it relies on drivers to implement a database.