public class HsqlChannelMessageStoreQueryProvider extends AbstractChannelMessageStoreQueryProvider
| Constructor and Description |
|---|
HsqlChannelMessageStoreQueryProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreateMessageQuery()
Query to add a single message to the database.
|
String |
getPollFromGroupExcludeIdsQuery()
Get the query used to retrieve the oldest message for a channel excluding
messages that match the provided message ids.
|
String |
getPollFromGroupQuery()
Get the query used to retrieve the oldest message for a channel.
|
String |
getPriorityPollFromGroupExcludeIdsQuery()
Get the query used to retrieve the oldest message by priority for a channel excluding
messages that match the provided message ids.
|
String |
getPriorityPollFromGroupQuery()
Get the query used to retrieve the oldest message by priority for a channel.
|
getCountAllMessagesInGroupQuery, getDeleteMessageGroupQuery, getDeleteMessageQuery, getMessageCountForRegionQuery, getMessageQuerypublic HsqlChannelMessageStoreQueryProvider()
public String getCreateMessageQuery()
ChannelMessageStoreQueryProvidergetCreateMessageQuery in interface ChannelMessageStoreQueryProvidergetCreateMessageQuery in class AbstractChannelMessageStoreQueryProviderpublic String getPollFromGroupExcludeIdsQuery()
ChannelMessageStoreQueryProviderpublic String getPollFromGroupQuery()
ChannelMessageStoreQueryProviderpublic String getPriorityPollFromGroupExcludeIdsQuery()
ChannelMessageStoreQueryProviderpublic String getPriorityPollFromGroupQuery()
ChannelMessageStoreQueryProvider