Uses of Package
com.buzzsurf.sql

Classes in com.buzzsurf.sql used by com.buzzsurf.sql
BuzzSQL
          Every SQL object in BuzzSQL extends from the base class com.buzzsurf.sql.BuzzSQL, and therefore all operate in a very similar way.
Delete
          An Delete object deletes rows from a database table and queries the number of rows deleted.
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.