Package | Description |
---|---|
org.joty.access | |
org.joty.basicaccessor |
Class and Description |
---|
Accessor
This class has been thought to have the responsibility to access in a general
sense, from this has been chosen its name.
|
Accessor.DataDef
The core inner class for the definition and the retrieving of an sql
statement capable to support context parameters, the value of which is
resolved either at the store time of the statement definition or at the
statement execution time.
|
Accessor.DataDef.ParamHolder
An instance of this class holds the value or the way to get the value of a context parameter.
|
Accessor.DialogDataDef |
Accessor.ExprHolder |
Accessor.PanelDataDef |
Accessor.ParamActuator
Its implementation must provide a 'way' to get a value for the context
parameter which is related to.
|
DbManager
A once again abstract implementation for specific use either in AWT/Swing Client or in the Joty Server environment.
|
DbManager.DbConnectionGrabber |
PostStatement
It is the overriding that allows the direct interaction with the Accessor object.
|
Class and Description |
---|
Accessor
This class has been thought to have the responsibility to access in a general
sense, from this has been chosen its name.
|