Package | Description |
---|---|
com.buckosoft.PicMan.db |
database objects for the PicMan projects
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Virgin> |
DatabaseFacade.getVirgins()
Get a List of all of the
Virgin s in the database. |
java.util.List<Virgin> |
VirginsDao.getVirgins()
Get a List of all of the
Virgin s in the database. |
java.util.List<Virgin> |
DatabaseImpl.getVirgins() |
java.util.List<Virgin> |
VirginsDaoJdbc.getVirgins()
Get the list of Virgins, the Pics that haven't been filtered yet.
|
java.util.List<Virgin> |
DatabaseFacade.getVirgins(int max)
Get a List of all of the
Virgin s in the database up to max number. |
java.util.List<Virgin> |
VirginsDao.getVirgins(int max)
Get a List of all of the
Virgin s in the database up to max number. |
java.util.List<Virgin> |
DatabaseImpl.getVirgins(int max) |
java.util.List<Virgin> |
VirginsDaoJdbc.getVirgins(int max) |
Modifier and Type | Method and Description |
---|---|
protected void |
VirginsDaoJdbc.VirginDelete.delete(Virgin v) |
protected void |
VirginsDaoJdbc.VirginInsert.insert(Virgin v) |