Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

safejdbc.holder: Javadoc index of package safejdbc.holder.


Package Samples:

safejdbc.holder: This is the main package of the SafeJdbc library which provides a safe and simple object oriented wrapper around the JDBC interface.  

Classes:

BooleanHolder: This class is designed to hold a boolean. It is useful to pass a boolean into and out of a code block such as a ResultSetProcessor or a FillingCommand. For an overview see the package overview .
ObjectHolder: This class is designed to hold an object. It is useful to pass an object into and out of a code block such as a ResultSetProcessor or a FillingCommand. For an overview see the package overview .
DoubleHolder: This class is designed to hold a double. It is useful to pass a double into and out of a code block such as a ResultSetProcessor or a FillingCommand. For an overview see the package overview .
StringHolder: 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 .
FloatHolder: This class is designed to hold a float. It is useful to pass a float into and out of a code block such as a ResultSetProcessor or a FillingCommand. For an overview see the package overview .
ShortHolder: This class is designed to hold a short. It is useful to pass a short into and out of a code block such as a ResultSetProcessor or a FillingCommand. For an overview see the package overview .
ByteHolder: 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 .
IntHolder: This class is designed to hold an int. It is useful to pass an int into and out of a code block such as a ResultSetProcessor or a FillingCommand. For an overview see the package overview .
LongHolder: This class is designed to hold a long. It is useful to pass a long into and out of a code block such as a ResultSetProcessor or a FillingCommand. For an overview see the package overview .
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 .

Home | Contact Us | Privacy Policy | Terms of Service