Package com.googlecode.jdbw.util

Class Summary
BatchUpdateHandlerAdapter This is a convenience class that implements ExecuteResultHandler and provides a default method implementation for this interface.
ExecuteResultHandlerAdapter This is a convenience class that implements ExecuteResultHandler and provides a default method implementation for this interface.
NullValue This class is a null value representation when dealing with SQL parameters.
NullValue.Binary Represents a null binary value.
NullValue.Decimal Represents a null decimal value.
NullValue.Double Represents a null double value.
NullValue.Integer Represents a null integer value.
NullValue.String Represents a null varchar value.
NullValue.Timestamp Represents a null timestamp value.
OneSharedConnectionDataSource Very primitive database connection source which only keeps one connection in the pool.
OneSharedConnectionDataSource.Factory  
SelfExecutor  
SQLWorker This utility class can be very helpful when sending simple queries to the database and you don't want to get too involved in the details.
StringUtils You shouldn't need to care about this class, we're just using it internally for some common string operations.
 



Copyright © 2012. All Rights Reserved.