Uses of Interface
uk.ac.manchester.spinnaker.alloc.db.DatabaseAPI.RowMapper
Packages that use DatabaseAPI.RowMapper
-
Uses of DatabaseAPI.RowMapper in uk.ac.manchester.spinnaker.alloc.db
Methods in uk.ac.manchester.spinnaker.alloc.db that return DatabaseAPI.RowMapperModifier and TypeMethodDescriptionstatic DatabaseAPI.RowMapper<Boolean>
Get a function to get the contents of the named column.static DatabaseAPI.RowMapper<byte[]>
Get a function to get the contents of the named column.static DatabaseAPI.RowMapper<ChipLocation>
Create a function for extracting a chip from a result set row.static DatabaseAPI.RowMapper<CoreLocation>
Create a function for extracting a core from a result set row.static DatabaseAPI.RowMapper<Duration>
Get a function to get the contents of the named column.static <T extends Enum<T>>
DatabaseAPI.RowMapper<T>Get a function to get the contents of the named column.static DatabaseAPI.RowMapper<Instant>
Get a function to get the contents of the named column.static DatabaseAPI.RowMapper<Long>
Get a function to get the contents of the named column.static DatabaseAPI.RowMapper<Integer>
Get a function to get the contents of the named column.static DatabaseAPI.RowMapper<Object>
Get a function to get the contents of the named column.static <T> DatabaseAPI.RowMapper<T>
Get a function to get the contents of the named column.static DatabaseAPI.RowMapper<String>
Get a function to get the contents of the named column.Methods in uk.ac.manchester.spinnaker.alloc.db with parameters of type DatabaseAPI.RowMapperModifier and TypeMethodDescription<T> List<T>
DatabaseAPI.Query.call
(DatabaseAPI.RowMapper<T> mapper, Object... arguments) Run the query on the given arguments to read a list of objects.<T> Optional<T>
DatabaseAPI.Query.call1
(DatabaseAPI.RowMapper<T> mapper, Object... arguments) Run the query on the given arguments to read a single object.