public class Bookstore extends Object
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.| Constructor and Description |
|---|
Bookstore() |
public static List order(Connection connection, List isbnNumbers) throws SQLException
SQLExceptionCopyright © 2003-2014. All Rights Reserved.