org.apache.tapestry.contrib.jdbc
Class ShortParameter
java.lang.Object
|
+--org.apache.tapestry.contrib.jdbc.ShortParameter
- All Implemented Interfaces:
- IParameter
- public class ShortParameter
- extends Object
- implements IParameter
A wrapper around a short parameter.
- Since:
- 2.3
- Version:
- $Id: ShortParameter.java,v 1.3 2004/02/19 17:37:58 hlship Exp $
- Author:
- Howard Lewis Ship
ShortParameter
public ShortParameter(short 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