package ru.landgrafhomyak.db.skeleton1.api public interface ObjectOperations<@Suppress("unused") UE : Any?> { public fun interface ImplementationsProvider { public fun provideStatementImplementations_databaseType(scope: Scope) public interface Scope { @Suppress("ERROR_SUPPRESSION", "BOUNDS_NOT_ALLOWED_IF_BOUNDED_BY_TYPE_PARAMETER", "INCONSISTENT_TYPE_PARAMETER_BOUNDS") public fun addImplementation( key: DriverMetainfo<*, *, *, *, *, *, *, *, *, OPERATIONS_UNBOUND>, type: OPERATIONS ) where OPERATIONS_UNBOUND : ObjectOperations<*>, OPERATIONS : ObjectOperations, OPERATIONS : OPERATIONS_UNBOUND } } }