Interface BaseDatasourceRpcService

All Known Implementing Classes:
BaseDatasourceRpcServiceImpl
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

public interface BaseDatasourceRpcService
  • Method Summary

    Modifier and Type
    Method
    Description
    DatabaseHelperDto
    dummy(DatabaseHelperDto dto)
     
    List<DatabaseHelperDto>
     
    loadColumnDefinition(DatasourceContainerDto container, String query)
     
    <any>
    loadData(DatasourceContainerDto container, PagingLoadConfig loadConfig, String query)