Class CADBQTypePackageSatisfying
java.lang.Object
com.io7m.cardant.database.postgres.internal.CADBQTypePackageSatisfying
- All Implemented Interfaces:
CADatabaseQueriesType, CADatabaseQueriesTypePackagesType, CADatabaseQueriesTypePackagesType.TypePackageSatisfyingType, CADatabaseQueryType<CADatabaseQueriesTypePackagesType.TypePackageSatisfyingType.Parameters, Optional<CATypePackageIdentifier>>
public final class CADBQTypePackageSatisfying
extends Object
implements CADatabaseQueriesTypePackagesType.TypePackageSatisfyingType
Uninstall a type package.
-
Nested Class Summary
Nested classes/interfaces inherited from interface CADatabaseQueriesTypePackagesType
CADatabaseQueriesTypePackagesType.TypePackageGetTextType, CADatabaseQueriesTypePackagesType.TypePackageInstallType, CADatabaseQueriesTypePackagesType.TypePackageSatisfyingType, CADatabaseQueriesTypePackagesType.TypePackageSearchType, CADatabaseQueriesTypePackagesType.TypePackageUninstallTypeNested classes/interfaces inherited from interface CADatabaseQueriesTypePackagesType.TypePackageSatisfyingType
CADatabaseQueriesTypePackagesType.TypePackageSatisfyingType.Parameters -
Field Summary
Fields inherited from interface CADatabaseQueriesType
EARLIEST -
Constructor Summary
ConstructorsConstructorDescriptionCADBQTypePackageSatisfying(com.io7m.cardant.database.postgres.internal.CADatabaseTransaction transaction) Construct a query. -
Method Summary
Modifier and TypeMethodDescriptionfinal Optional<CATypePackageIdentifier> Execute the query.protected CADatabaseLanguagelanguage()protected final Stringlocal(CAStringConstantType constant) protected final CAStringsmessages()protected final OffsetDateTimenow()protected Optional<CATypePackageIdentifier> onExecute(org.jooq.DSLContext context, CADatabaseQueriesTypePackagesType.TypePackageSatisfyingType.Parameters parameters) static CADBQueryProviderTypeprovider()protected final voidsetAttribute(CAStringConstantType name, String value) protected final com.io7m.cardant.database.postgres.internal.CADatabaseTransactionprotected final io.opentelemetry.api.trace.SpanMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CADatabaseQueryType
execute
-
Constructor Details
-
CADBQTypePackageSatisfying
public CADBQTypePackageSatisfying(com.io7m.cardant.database.postgres.internal.CADatabaseTransaction transaction) Construct a query.- Parameters:
transaction- The transaction
-
-
Method Details
-
provider
- Returns:
- A query provider
-
onExecute
protected Optional<CATypePackageIdentifier> onExecute(org.jooq.DSLContext context, CADatabaseQueriesTypePackagesType.TypePackageSatisfyingType.Parameters parameters) throws CADatabaseException - Throws:
CADatabaseException
-
transactionSpan
protected final io.opentelemetry.api.trace.Span transactionSpan() -
transaction
protected final com.io7m.cardant.database.postgres.internal.CADatabaseTransaction transaction() -
messages
-
local
-
setAttribute
-
execute
public final Optional<CATypePackageIdentifier> execute(CADatabaseQueriesTypePackagesType.TypePackageSatisfyingType.Parameters parameters) throws CADatabaseException Description copied from interface:CADatabaseQueryTypeExecute the query.- Specified by:
executein interfaceCADatabaseQueryType<P,R> - Parameters:
parameters- The parameters- Returns:
- The results
- Throws:
CADatabaseException- On errors
-
attributes
-
language
-
now
-