safejdbc.holder
Class StringHolder

java.lang.Object
  |
  +--safejdbc.holder.StringHolder

public class StringHolder
extends java.lang.Object

This class is designed to hold a string. It is useful to pass a string into and out of a code block such as a ResultSetProcessor or a FillingCommand. For an overview see the package overview.


Constructor Summary
StringHolder(java.lang.String value)
           
 
Method Summary
 void append(java.lang.Object value)
           
 void append(java.lang.String value)
           
 java.lang.String getValue()
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringHolder

public StringHolder(java.lang.String value)
Method Detail

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

append

public void append(java.lang.String value)

append

public void append(java.lang.Object value)


Copyright (c) 2001, 2002 by Jan Hermanns and Arno Haase. All Rights Reserved.