Subclasses:
PictureMapper, TripMapper
Attributes
| lastUpdateKey |
int
|
private |
Operations
| performUpdate |
|
int
|
protected |
| getLastUpdateKey |
|
int
|
public |
Inherits from:
Picture
AttributesOperations
| PersistentPicture |
|
|
public |
| getId |
|
int
|
public |
Inherits from:
Trip
AttributesOperations
| PersistentTrip |
|
|
public |
| getId |
|
int
|
public |
Inherits from:
Mapper
Attributes
| uniqueInstance |
PictureMapper
|
private |
| (String) |
List
|
public |
| ( |
getPictureNames
|
public |
| { |
)
|
public |
| (String) |
List
|
public |
| = |
v
|
public |
| LinkedList |
new
|
public |
| ( |
(String)
|
public |
| ; |
)
|
public |
| { |
try
|
public |
| stmt |
Statement
|
public |
| rset |
ResultSet
|
public |
| ( |
while
|
public |
| ( |
rset.next
|
public |
| ) |
)
|
public |
| ( |
rset.close
|
public |
| ; |
)
|
public |
| ( |
stmt.close
|
public |
| ; |
)
|
public |
Operations
Inherits from:
Mapper
Attributes
| uniqueInstance |
TripMapper
|
private |
| (String) |
List
|
public |
| ( |
getTripNames
|
public |
| { |
)
|
public |
| (String) |
List
|
public |
| = |
v
|
public |
| LinkedList |
new
|
public |
| ( |
(String)
|
public |
| ; |
)
|
public |
| { |
try
|
public |
| stmt |
Statement
|
public |
| rset |
ResultSet
|
public |
| ( |
while
|
public |
| ( |
rset.next
|
public |
| ) |
)
|
public |
| ( |
rset.close
|
public |
| ; |
)
|
public |
| ( |
stmt.close
|
public |
| ; |
)
|
public |
Operations