Class AbstractNativeSqlService
java.lang.Object
com.codebarrel.automation.api.store.nativesql.AbstractNativeSqlService
- All Implemented Interfaces:
NativeSqlService
- Direct Known Subclasses:
MsSqlServerNativeSqlService
,MySqlNativeSqlService
,OracleNativeSqlService
,PostgresNativeSqlService
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractNativeSqlService
(DbConnectionManager dbConnectionManager) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract String
getAutomationQueueInsightByEventType
(int limit) Gets automation queue events grouped by the event type.
-
Field Details
-
AUTOMATION_QUEUE_TABLE_NAME
- See Also:
-
-
Constructor Details
-
AbstractNativeSqlService
-
-
Method Details
-
getAutomationQueueInsightByEventType
Description copied from interface:NativeSqlService
Gets automation queue events grouped by the event type.- Specified by:
getAutomationQueueInsightByEventType
in interfaceNativeSqlService
- Parameters:
limit
- the number of groups to return- Returns:
- the events grouped by the event type
-
getAutomationEventsByEventTypeQuery
-