| java.lang.Object com.mockrunner.example.jdbc.Bookstore
Bookstore | public class Bookstore (Code) | | This example simulates the order of some books. It iterates through
a List of ISBN numbers. If the current quantity is at least
one, it reduces the quantity and adds the corresponding ISBN number to
the result List .
This example uses one table books with at least the columns
isbn and quantity.
|
|
|