|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.contrib.jdbc.LongParameter
Wrapper around long parameter.
Constructor Summary | |
LongParameter(long value)
|
Method Summary | |
void |
set(java.sql.PreparedStatement statement,
int index)
Invokes the appropriate setXXX() method on the PreparedStatement . |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LongParameter(long value)
Method Detail |
public void set(java.sql.PreparedStatement statement, int index) throws java.sql.SQLException
IParameter
PreparedStatement
.
set
in interface IParameter
java.sql.SQLException
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |