|
|||||||||
| Home >> All >> safejdbc >> [ holder overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
safejdbc.holder
Class CharHolder

java.lang.Objectsafejdbc.holder.CharHolder
- public class CharHolder
- extends java.lang.Object
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.
| Field Summary | |
private char |
_value
|
| 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 |
| Field Detail |
_value
private char _value
| Constructor Detail |
CharHolder
public CharHolder(char value)
| Method Detail |
getValue
public char getValue()
setValue
public void setValue(char value)
|
|||||||||
| Home >> All >> safejdbc >> [ holder overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
safejdbc.holder.CharHolder