org.apache.tapestry.contrib.jdbc
Class LongParameter
java.lang.Object
|
+--org.apache.tapestry.contrib.jdbc.LongParameter
- All Implemented Interfaces:
- IParameter
- public class LongParameter
- extends Object
- implements IParameter
Wrapper around long parameter.
- Since:
- 2.3
- Version:
- $Id: LongParameter.java,v 1.1 2003/03/05 23:03:17 hlship Exp $
- Author:
- Howard Lewis Ship
LongParameter
public LongParameter(long 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
toString
public String toString()
- Overrides:
toString
in class Object