|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
@SASScope(value="ALL") @BinaryCompatibilityOnly public interface OutputParameterInterface
This interface describes an output parameter. Output parameters
can be obtained both from StoredProcess2Interface and from
Execution2Interface. Both interfaces provide methods
to return a single output parameter by name or a list of all
output parameters.
| Field Summary | |
|---|---|
static java.lang.String |
TYPE_DATE
|
static java.lang.String |
TYPE_DOUBLE
|
static java.lang.String |
TYPE_INTEGER
|
static java.lang.String |
TYPE_STRING
|
static java.lang.String |
TYPE_TIME
|
static java.lang.String |
TYPE_TIMESTAMP
|
| Method Summary | |
|---|---|
abstract java.lang.String |
getDescription()
Returns the description. |
abstract java.lang.String |
getLabel()
Returns the label. |
abstract java.lang.String |
getName()
Returns the name of the output parameter. |
abstract java.lang.String |
getStringValue()
Returns the string representation of the output parameter. |
abstract java.lang.String |
getType()
Returns the type of the output parameter. |
abstract java.lang.Object |
getTypedValue()
Returns the typed value. |
abstract boolean |
isTypedValueValid()
Specifies whether a typed value can be obtained using getTypedValue(). |
| Field Detail |
|---|
static final java.lang.String TYPE_DATE
static final java.lang.String TYPE_DOUBLE
static final java.lang.String TYPE_INTEGER
static final java.lang.String TYPE_TIME
static final java.lang.String TYPE_TIMESTAMP
static final java.lang.String TYPE_STRING
| Method Detail |
|---|
java.lang.String getDescription()
java.lang.String getLabel()
java.lang.String getName()
java.lang.String getType()
java.lang.Object getTypedValue()
getType(), this method will return null.
java.lang.String getStringValue()
boolean isTypedValueValid()
getTypedValue(). If the
value returned from the stored process cannot be converted to a Java object corresponding
to the type returned by getType(), this method will return false; otherwise,
true is returned.
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||