|
||||||||||
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
org.dhmp.io.MapSQLStatement.InOutParameter
Static class to flag a node to be registered as in/out parameter.
Field Summary |
Fields inherited from class org.dhmp.io.MapSQLStatement.OutParameter |
type |
Constructor Summary | |
MapSQLStatement.InOutParameter(java.lang.Object parameter,
int type)
Create an instance representing a out parameter of designated type. |
Method Summary | |
java.lang.Object |
getInputParameter()
Retrieves the input parameter. |
java.lang.String |
toString()
|
Methods inherited from class org.dhmp.io.MapSQLStatement.OutParameter |
getType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MapSQLStatement.InOutParameter(java.lang.Object parameter, int type)
parameter
- value passed to data base during statement execution.type
- a value from java.sql.Types to be registered.Method Detail |
public java.lang.Object getInputParameter()
public java.lang.String toString()
toString
in class MapSQLStatement.OutParameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |