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

java.lang.Objectsafejdbc.holder.ByteHolder
- public class ByteHolder
- extends java.lang.Object
This class is designed to hold a byte. It is useful to pass a byte into and out of a code block such as a ResultSetProcessor or a FillingCommand. For an overview see the package overview.
| Field Summary | |
private byte |
_value
|
| Constructor Summary | |
ByteHolder(byte value)
|
|
| Method Summary | |
void |
and(byte value)
|
byte |
getValue()
|
void |
or(byte value)
|
void |
setValue(byte value)
|
void |
xor(byte value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
_value
private byte _value
| Constructor Detail |
ByteHolder
public ByteHolder(byte value)
| Method Detail |
getValue
public byte getValue()
setValue
public void setValue(byte value)
and
public void and(byte value)
or
public void or(byte value)
xor
public void xor(byte 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.ByteHolder