Uses of Class
uk.ac.manchester.spinnaker.alloc.db.Row
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.db |
Database support for Spalloc server.
|
uk.ac.manchester.spinnaker.alloc.model |
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 Row Modifier and Type Method Description static ToIntFunction<Row>
Row. int32(String columnLabel)
Get a function to get the contents of the named column.Methods in uk.ac.manchester.spinnaker.alloc.db with parameters of type Row Modifier and Type Method Description T
DatabaseAPI.RowMapper. mapRow(Row row)
Map a row to an object. -
Uses of Row in uk.ac.manchester.spinnaker.alloc.model
Methods in uk.ac.manchester.spinnaker.alloc.model with parameters of type Row Modifier and Type Method Description static ChipLocation
Utils. chip(Row row, String x, String y)
Extract a chip from a result set row.Constructors in uk.ac.manchester.spinnaker.alloc.model with parameters of type Row Constructor Description BMPAndMachine(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.