Uses of Class
uk.ac.manchester.spinnaker.alloc.db.SQL
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.db |
Database support for Spalloc server.
|
-
Uses of SQL in uk.ac.manchester.spinnaker.alloc.db
Fields in uk.ac.manchester.spinnaker.alloc.db declared as SQL Modifier and Type Field Description protected SQL
SQLQueries. checkRectangle
Check that a rectangle of triads of boards that may be allocated.protected SQL
SQLQueries. checkRectangleAt
Find a rectangle of triads of boards rooted at a specific board that may be allocated.protected SQL
SQLQueries. findRectangle
Find a rectangle of triads of boards that may be allocated.protected SQL
SQLQueries. findRectangleAt
Find a rectangle of triads of boards rooted at a specific board that may be allocated.Methods in uk.ac.manchester.spinnaker.alloc.db with parameters of type SQL Modifier and Type Method Description DatabaseAPI.Query
DatabaseAPI.Connection. query(SQL sql)
Create a new query.DatabaseAPI.Query
DatabaseAPI.Connection. query(SQL sql, boolean lockType)
Create a new query.DatabaseAPI.Update
DatabaseAPI.Connection. update(SQL sql)
Create a new update.