Package com.io7m.cardant.database.postgres.internal
@Version("1.0.0")
package com.io7m.cardant.database.postgres.internal
Inventory system (Postgres database [internals])
-
ClassDescriptionA convenient abstract class for performing paginated searches.The default postgres server database implementation.Functions to handle database exceptions.Functions to perform comparisons over fields/columns.Translate match expressions to SQL queries.Add audit events.Retrieve audit events.Retrieve a file.Create or update a file.Remove a file.Remove a file.Add an attachment to an item.Remove an attachment from an item.Create an item.Delete the given items.Mark the given items as deleted.Retrieve the item with the given ID, if one exists.Retrieve the locations of the given item.Add or update metadata for an item.Remove metadata from an item.Reposit items.Search for items.Set the name for the given item.Assign types for the given item.Revoke types for the given item.Add an attachment to a location.Remove an attachment from a location.Retrieve a location.List locations.Add or update metadata for a location.Remove metadata from a location.Create or update a location.Assign types for the given location.Revoke types for the given location.A query to run maintenance.Retrieve a type declaration.Retrieve multiple type declarations.Create or update a type declaration.Remove a type declaration.Search for type declarations that reference the scalar type with the given name.Search for type declarations.Retrieve a scalar type declaration.Create or update a scalar type declaration.Remove a scalar type declaration.Search for scalar type declarations.A query provider returns a class under which the query should be registered (the class used as the argument to
CADatabaseTransactionType.queries(Class)), and a function that yields a query when supplied with a transaction.CADBQueryProviderType.Service<P,R, Q extends CADatabaseQueryType<P, R>> The query provider information.Retrieve a user.Update a user.This class is generated by jOOQ.This class is generated by jOOQ.A class modelling foreign key relationships and constraints of tables in the default schema.Convenience access to all tables in the default schema.