|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dhmp.io.MapSQLStatement.Parameter
org.dhmp.io.MapSQLStatement.OutParameter
Static class to flag a node to be registered as out parameter.
Field Summary | |
protected int |
type
|
Constructor Summary | |
MapSQLStatement.OutParameter(int type)
Create an instance representing a out parameter of designated type. |
Method Summary | |
int |
getType()
Retrieves the out parameter type, that this class is representing. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected int type
Constructor Detail |
public MapSQLStatement.OutParameter(int type)
type
- a value from java.sql.TypesMethod Detail |
public int getType()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |