|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.spy.db.DBSP.NamedObject
net.spy.db.DBSP.Argument
public class DBSP.Argument
Arguments for DBSPs.
| Constructor Summary | |
|---|---|
DBSP.Argument(int jType,
java.lang.String name,
java.lang.Object v)
Construct a new Argument. |
|
| Method Summary | |
|---|---|
int |
getJavaType()
Get the Types type of this parameter. |
java.lang.Object |
getValue()
Get the value of this argument. |
java.lang.String |
toString()
String me. |
| Methods inherited from class net.spy.db.DBSP.NamedObject |
|---|
equals, getName, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DBSP.Argument(int jType,
java.lang.String name,
java.lang.Object v)
javaType - the Types typename - name of the parametr| Method Detail |
|---|
public int getJavaType()
Types type of this parameter.
public java.lang.Object getValue()
DBNull objectpublic java.lang.String toString()
DBSP.NamedObject
toString in class DBSP.NamedObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||