org.dhmp.io
Class MapSQLStatement.OutParameter

java.lang.Object
  extended byorg.dhmp.io.MapSQLStatement.Parameter
      extended byorg.dhmp.io.MapSQLStatement.OutParameter
Direct Known Subclasses:
MapSQLStatement.InOutParameter
Enclosing class:
MapSQLStatement

public static class MapSQLStatement.OutParameter
extends MapSQLStatement.Parameter

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

type

protected int type
Constructor Detail

MapSQLStatement.OutParameter

public MapSQLStatement.OutParameter(int type)
Create an instance representing a out parameter of designated type. This type is registered before statement execution.

Parameters:
type - a value from java.sql.Types
Method Detail

getType

public int getType()
Retrieves the out parameter type, that this class is representing.

Returns:
a value from java.sql.Types

toString

public java.lang.String toString()