Interface | Description |
---|---|
JotyResultSet | |
SearchQueryBuilderFront.TermContributor | |
StatementBuilder.StatementBuilderHelper | |
WrappedField.GetWFieldInterface | |
WrappedField.IdentityRenderer |
Class | Description |
---|---|
BasicJotyCursor |
This class represents the minimal implementation of the Joty cursor,
built by only a set of
FieldDescriptor objects and a name-base
map for addressing their positions in the set. |
FieldDescriptor |
It is used as atom for decoupling request of data from the way they are
retrieved.
|
JotyDate |
It extends the java.util.Date class to provide by itself either presentation
options and or a validation process, according to the configuration choices
made in the application.
|
SearchQueryBuilderFront |
The class assists the
SearcherPanel instance and the DataMainActivity in providing the final
query to be used in the search process. |
StatementBuilder | |
WrappedField |
It is a wrapper for a value of a database field.
|
WrappedResultSet |
It is an abstract class that wraps the object containing the image of data
got from inquiries or the base for launching command to modify data on the
dbms, no matter which the way of accessing the dbms could be but, in any
case, with the representation of data based on the
WrappedField
object as atom; |