Package uk.ac.manchester.spinnaker.alloc.db
package uk.ac.manchester.spinnaker.alloc.db
Database support for Spalloc server. Based on SQLite.
-
ClassDescriptionThe primary interface to the database.Some code that may be run within a transaction and which will be given a new connection for the duration.Some code that may be run within a transaction that returns a result and which will be given a new connection for the duration.Connections made by the database engine bean.Wrapping a prepared query to be more suitable for Java 8 onwards.Maps database Row to an object.Common shared API between
DatabaseAPI.Query
andDatabaseAPI.Update
.Some code that may be run within a transaction.Some code that may be run within a transaction that returns a result.Wrapping a prepared update to be more suitable for Java 8 onwards.A support class to make accessing the database a bit simpler.Implementation of theDatabaseAPI
that uses JDBC to talk to MySQL.A restricted form of result set.Some sort of SQL that can be executed as part of a query or an update.The literal SQL queries used in this package.Miscellaneous database-related utility operations.