Package | Description |
---|---|
org.julp.db |
Modifier and Type | Field and Description |
---|---|
protected DBServices.StoredProcedureResult |
DBServices.processResult |
Modifier and Type | Method and Description |
---|---|
static DBServices.StoredProcedureResult |
DBServices.StoredProcedureResult.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DBServices.StoredProcedureResult[] |
DBServices.StoredProcedureResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
DBServices.executeStoredProcedure(java.lang.String sql,
Parameters params,
DBServices.StoredProcedureResult processResult) |