Uses of Class
org.openmetadata.service.jdbi3.CollectionDAO.TestCaseDAO.TestCaseRecord
Packages that use CollectionDAO.TestCaseDAO.TestCaseRecord
-
Uses of CollectionDAO.TestCaseDAO.TestCaseRecord in org.openmetadata.service.jdbi3
Methods in org.openmetadata.service.jdbi3 that return CollectionDAO.TestCaseDAO.TestCaseRecordModifier and TypeMethodDescriptionCollectionDAO.TestCaseDAO.TestCaseRecordMapper.map(ResultSet rs, org.jdbi.v3.core.statement.StatementContext ctx) Methods in org.openmetadata.service.jdbi3 that return types with arguments of type CollectionDAO.TestCaseDAO.TestCaseRecordModifier and TypeMethodDescriptionCollectionDAO.TestCaseDAO.listAfterTsOrder(ListFilter filter, int limit, Integer after) CollectionDAO.TestCaseDAO.listAfterTsOrdered(String table, String cond, int limit, int after) CollectionDAO.TestCaseDAO.listBeforeTsOrder(ListFilter filter, int limit, Integer before) CollectionDAO.TestCaseDAO.listBeforeTsOrdered(String table, String cond, int limit, int before)