Package com.io7m.cardant.database.api
Interface CADatabaseQueriesTypesType
- All Superinterfaces:
CADatabaseQueriesType
- All Known Subinterfaces:
CADatabaseQueriesTypesType.TypeDeclarationGetMultipleType,CADatabaseQueriesTypesType.TypeDeclarationGetType,CADatabaseQueriesTypesType.TypeDeclarationPutType,CADatabaseQueriesTypesType.TypeDeclarationRemoveType,CADatabaseQueriesTypesType.TypeDeclarationsReferencingScalarType,CADatabaseQueriesTypesType.TypeDeclarationsSearchType,CADatabaseQueriesTypesType.TypeScalarGetType,CADatabaseQueriesTypesType.TypeScalarPutType,CADatabaseQueriesTypesType.TypeScalarRemoveType,CADatabaseQueriesTypesType.TypeScalarSearchType
- All Known Implementing Classes:
CADBQTypeDeclGet,CADBQTypeDeclGetMultiple,CADBQTypeDeclPut,CADBQTypeDeclRemove,CADBQTypeDeclsReferencingScalar,CADBQTypeDeclsSearch,CADBQTypeScalarGet,CADBQTypeScalarPut,CADBQTypeScalarRemove,CADBQTypeScalarSearch
public sealed interface CADatabaseQueriesTypesType
extends CADatabaseQueriesType
permits CADatabaseQueriesTypesType.TypeDeclarationRemoveType, CADatabaseQueriesTypesType.TypeDeclarationPutType, CADatabaseQueriesTypesType.TypeDeclarationGetType, CADatabaseQueriesTypesType.TypeDeclarationGetMultipleType, CADatabaseQueriesTypesType.TypeDeclarationsReferencingScalarType, CADatabaseQueriesTypesType.TypeDeclarationsSearchType, CADatabaseQueriesTypesType.TypeScalarGetType, CADatabaseQueriesTypesType.TypeScalarSearchType, CADatabaseQueriesTypesType.TypeScalarRemoveType, CADatabaseQueriesTypesType.TypeScalarPutType
Model database queries (Types).
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceGet multiple type declarations.static interfaceGet a type declaration.static interfaceCreate or update a type declaration.static interfaceRemove a type declaration.static interfaceSearch for type declarations that reference the scalar type with the given name.static interfaceSearch for type declarations.static interfaceGet a scalar type declaration.static interfaceCreate or update a scalar type declaration.static interfaceRemove a scalar type declaration.static interfaceSearch for scalar type declarations. -
Field Summary
Fields inherited from interface com.io7m.cardant.database.api.CADatabaseQueriesType
EARLIEST