org.apache.tapestry.contrib.jdbc
Class StringParameter
java.lang.Object
org.apache.tapestry.contrib.jdbc.StringParameter
- All Implemented Interfaces:
- IParameter
- public class StringParameter
- extends Object
- implements IParameter
Used with String parameters.
- Version:
- $Id: StringParameter.java,v 1.3 2004/02/19 17:37:58 hlship Exp $
- Author:
- Howard Lewis Ship
StringParameter
public StringParameter(String 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
- Throws:
SQLException
toString
public String toString()