Class CADBQTypeDeclGetMultiple

java.lang.Object
com.io7m.cardant.database.postgres.internal.CADBQTypeDeclGetMultiple
All Implemented Interfaces:
CADatabaseQueriesType, CADatabaseQueriesTypesType, CADatabaseQueriesTypesType.TypeDeclarationGetMultipleType, CADatabaseQueryType<Set<com.io7m.lanark.core.RDottedName>,List<CATypeDeclaration>>

public final class CADBQTypeDeclGetMultiple extends Object implements CADatabaseQueriesTypesType.TypeDeclarationGetMultipleType
Retrieve multiple type declarations.
  • Constructor Details

    • CADBQTypeDeclGetMultiple

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