- toList(ResultSet, boolean) - Method in class de.uhilger.baselink.PersistenceManager
-
Helper method that converts a ResultSet into a list of lists, one per row,
each row is a list of strings
- toObject(ResultSet, boolean) - Method in class de.uhilger.baselink.BaseRecord
-
Get contents of this record as an object
Override this method in subclasses as required
- toObject(ResultSet, boolean) - Method in class de.uhilger.baselink.GenericRecord
-
Get contents of this record as an object
- toObject(ResultSet, boolean) - Method in interface de.uhilger.baselink.Record
-
Get contents of this record as an object