|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LanguageFactory
Factory interface for the Language.Interface protocol. This is used via the Database API by users, and is presented as a System Module (not a service module). That could change, but for now this is valid for any database.
| Field Summary | |
|---|---|
static java.lang.String |
MODULE
Used to locate this factory by the Monitor basic service. |
| Method Summary | |
|---|---|
ResultDescription |
getResultDescription(ResultColumnDescriptor[] cols,
java.lang.String type)
Get a new result description |
ResultDescription |
getResultDescription(ResultDescription inputResultDescription,
int[] theCols)
Get a new result description from the input result description. |
ParameterValueSet |
newParameterValueSet(ClassInspector ci,
int numParms,
boolean hasReturnParam)
Get a ParameterValueSet |
| Field Detail |
|---|
static final java.lang.String MODULE
| Method Detail |
|---|
ParameterValueSet newParameterValueSet(ClassInspector ci,
int numParms,
boolean hasReturnParam)
numParms - The number of parameters in the
ParameterValueSethasReturnParam - true if this parameter set
has a return parameter. The return parameter
is always the 1st parameter in the list. It
is due to a callableStatement like this:
? = CALL myMethod()
ResultDescription getResultDescription(ResultDescription inputResultDescription,
int[] theCols)
inputResultDescription - the input rdtheCols - non null array of ints
ResultDescription getResultDescription(ResultColumnDescriptor[] cols,
java.lang.String type)
cols - an array of col descriptorstype - the statement type
|
Built on Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||