org.apache.tapestry.contrib.jdbc
Class BooleanParameter
java.lang.Object
org.apache.tapestry.contrib.jdbc.BooleanParameter
- All Implemented Interfaces:
- IParameter
public final class BooleanParameter
- extends Object
- implements IParameter
Wrapper around a boolean parameter.
- Since:
- 2.3
- Author:
- Howard Lewis Ship
TRUE
public static final BooleanParameter TRUE
FALSE
public static final BooleanParameter FALSE
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()
- Overrides:
toString
in class Object
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.