Package com.buzzsurf.sql

Class Summary
BuzzSQL Every SQL object in BuzzSQL extends from the base class com.buzzsurf.sql.BuzzSQL, and therefore all operate in a very similar way.
DataSourceManager DataSource Manager handles loading javax.sql.DataSource objects from a JNDI naming context.
Delete An Delete object deletes rows from a database table and queries the number of rows deleted.
InOutParameter An object that models a stored procedure INOUT parameter.
Insert An Insert object inserts new rows to a table and queries the number of rows inserted.
OutParameter An object that models a stored procedure OUT parameter.
ReleaseInfo Immutable product release information.
Select A Select object queries a database and can be iterated through to read results.
StoredProcedure A StoredProcedure object executes a stored program in a relational database.
Update An Update object modifies rows in a database and queries the number of rows updated.