public class ParameterInfo extends Object implements Externalizable
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
ParameterInfo() |
ParameterInfo(int type,
int numColumns)
Create outbound parameter info
|
Modifier and Type | Method and Description |
---|---|
int |
getNumColumns() |
int |
getType() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
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
public ParameterInfo()
public ParameterInfo(int type, int numColumns)
type
- numColumns
- public int getType()
public int getNumColumns()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.