Class CADBQTypeDeclRemove

java.lang.Object
com.io7m.cardant.database.postgres.internal.CADBQTypeDeclRemove
All Implemented Interfaces:
CADatabaseQueriesType, CADatabaseQueriesTypesType, CADatabaseQueriesTypesType.TypeDeclarationRemoveType, CADatabaseQueryType<com.io7m.lanark.core.RDottedName,CADatabaseUnit>

public final class CADBQTypeDeclRemove extends Object implements CADatabaseQueriesTypesType.TypeDeclarationRemoveType
Remove a type declaration.
  • Constructor Details

    • CADBQTypeDeclRemove

      public CADBQTypeDeclRemove(com.io7m.cardant.database.postgres.internal.CADatabaseTransaction transaction)
      Construct a query.
      Parameters:
      transaction - The transaction
  • Method Details