Package | Description |
---|---|
org.joty.access | |
org.joty.basicaccessor |
Modifier and Type | Method and Description |
---|---|
static Accessor |
Instantiator.createAccessor(org.joty.common.JotyMessenger jotyMessanger,
org.joty.common.ErrorCarrier errorCarrier,
org.joty.common.ConfigFile config,
org.joty.common.ConfigFile extraConfig,
DbManager.DbConnectionGrabber dbConnGrabber)
extraConfig argument exists because on the server side there are
two different configuration files and one of them is kept far from the
Accessor object a part from a small chunk of data that here are
injected into the object. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
PostStatement.getQueryFromDataDef(Accessor.DataDef dataDef,
Accessor accessor)
This inner class contains in a textual form a value compatible with the
datum wrapped by the
WrappedField object or the value of a ContextParam object. |
java.lang.String |
PostStatement.nameSubst(Accessor accessor,
java.lang.String sql) |
Constructor and Description |
---|
MethodExecutor(Accessor accessor,
org.joty.common.ErrorCarrier errorCarrier,
java.util.Vector<java.lang.String> returnedValues,
DbManager.DbConnectionGrabber dbConnGrabber) |
Modifier and Type | Class and Description |
---|---|
class |
BasicAccessor
Descending from the
Accessor class it defines basic access statements
and encapsulates critical name space names, like those ones addressing
authorization information located in the database. |