public interface LanguageFactory
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MODULE
Used to locate this factory by the Monitor basic service.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
static final java.lang.String MODULE
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 intsResultDescription getResultDescription(ResultColumnDescriptor[] cols, java.lang.String type)
cols - an array of col descriptorstype - the statement typeApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.