org.apache.tapestry.contrib.jdbc
Class IntegerParameter
java.lang.Object
|
+--org.apache.tapestry.contrib.jdbc.IntegerParameter
- All Implemented Interfaces:
- IParameter
- public class IntegerParameter
- extends Object
- implements IParameter
A wrapper around an integer parameter.
- Since:
- 2.3
- Version:
- $Id: IntegerParameter.java,v 1.2 2004/01/19 21:34:27 hlship Exp $
- Author:
- Howard Lewis Ship
IntegerParameter
public IntegerParameter(int value)
set
public void set(PreparedStatement statement,
int index)
throws SQLException
- Description copied from interface:
IParameter
- Invokes the appropriate setXXX() method on the
PreparedStatement
.
- Specified by:
set
in interface IParameter
SQLException
toString
public String toString()
- Overrides:
toString
in class Object