Class CADBQTypeScalarRemove

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

public final class CADBQTypeScalarRemove extends Object implements CADatabaseQueriesTypesType.TypeScalarRemoveType
Remove a scalar type declaration. Fails if any type declarations still refer to this type.
  • Constructor Details

    • CADBQTypeScalarRemove

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