|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.dqp.message.ParameterInfo
public class ParameterInfo
Desccribes some parameter info to return when executing a CallableStatement - this is used to avoid sending SPParameter, which contains references to metadata objects and stuff we don't want to send.
Field Summary | |
---|---|
static int |
IN
Constant identifying an IN parameter |
static int |
INOUT
Constant identifying an INOUT parameter |
static int |
OUT
Constant identifying an OUT parameter |
static int |
RESULT_SET
Constant identifying a RESULT SET parameter |
static int |
RETURN_VALUE
Constant identifying a RETURN parameter |
Constructor Summary | |
---|---|
ParameterInfo()
|
|
ParameterInfo(int type,
int numColumns)
Create outbound parameter info |
Method Summary | |
---|---|
int |
getNumColumns()
|
int |
getType()
|
void |
readExternal(java.io.ObjectInput in)
|
void |
writeExternal(java.io.ObjectOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int IN
public static final int OUT
public static final int INOUT
public static final int RETURN_VALUE
public static final int RESULT_SET
Constructor Detail |
---|
public ParameterInfo()
public ParameterInfo(int type, int numColumns)
type
- numColumns
- Method Detail |
---|
public int getType()
public int getNumColumns()
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
java.io.IOException
java.lang.ClassNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |