|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--safejdbc.holder.CharHolder
This class is designed to hold a char. It is useful to pass a char in and out of a code block such as a ResultSetProcessor or a FillingCommand. For an overview see the package overview.
Constructor Summary | |
CharHolder(char value)
|
Method Summary | |
char |
getValue()
|
void |
setValue(char value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CharHolder(char value)
Method Detail |
public char getValue()
public void setValue(char value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |