Uses of Class
uk.ac.manchester.spinnaker.alloc.db.Row
Packages that use Row
Package
Description
Database support for Spalloc server.
Miscellaneous model classes for spalloc.
-
Uses of Row in uk.ac.manchester.spinnaker.alloc.db
Methods in uk.ac.manchester.spinnaker.alloc.db that return types with arguments of type RowModifier and TypeMethodDescriptionstatic ToIntFunction<Row>
Get a function to get the contents of the named column.Methods in uk.ac.manchester.spinnaker.alloc.db with parameters of type Row -
Uses of Row in uk.ac.manchester.spinnaker.alloc.model
Methods in uk.ac.manchester.spinnaker.alloc.model with parameters of type RowConstructors in uk.ac.manchester.spinnaker.alloc.model with parameters of type RowModifierConstructorDescriptionBMPAndMachine
(Row result) Make a new Board-and-BMP from a database query.BoardAndBMP
(Row result) Make a new Board-and-BMP from a database query.BoardCoords
(Row row, boolean shroudAddress) Construct a set of board coordinates from a database row that describes them.BoardIssueReport
(Row row) Create a record from a row.GroupRecord
(Row row) Make a record from a database query result.MachineTagging
(Row row) Build a basic instance (without tags, which need another query) from the result ofSQLQueries.GET_ALL_MACHINES
.UserRecord
(Row row) Inflate the result of aSQLQueries.GET_USER_DETAILS
query (or anything else that includes the same columns) into an object.