|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProcedureType | |
|---|---|
| com.metamatrix.common.jdbc.metadata | |
| Uses of ProcedureType in com.metamatrix.common.jdbc.metadata |
|---|
| Fields in com.metamatrix.common.jdbc.metadata declared as ProcedureType | |
|---|---|
static ProcedureType |
ProcedureType.NO_RESULT
Null values may not be allowed. |
static ProcedureType |
ProcedureType.RESULT_UNKNOWN
Null values are definitiely allowed. |
static ProcedureType |
ProcedureType.RETURNS_RESULT
Whether Null values are allowed is unknown. |
| Methods in com.metamatrix.common.jdbc.metadata that return ProcedureType | |
|---|---|
static ProcedureType |
ProcedureType.getInstance(int value)
|
static ProcedureType |
ProcedureType.getInstance(java.lang.String displayName)
|
ProcedureType |
Procedure.getType()
|
| Methods in com.metamatrix.common.jdbc.metadata with parameters of type ProcedureType | |
|---|---|
void |
Procedure.setType(ProcedureType type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||