DatabaseProvider
Last updated
Last updated
See the BaseProvider
for inherited methods.
Returns the configured table name for this Channel.
The default is megaphone_notifications
. It can be overridden by setting the tableName
property.
No arguments
Return: (string) The name of the table to use for storing and retrieving notifications.
Returns the configured query options for this Provider. This is eventually passed to queryExecute
.
The default is an empty struct ({}
). It can be overridden by setting the queryOptions
property.
If the datasource
property is set, it will be set on the queryOptions
returned from this method.
No arguments
Return: The struct of query options for this Channel.