DatabaseQueue::numberOfItems
returns the result of a database query to count the number of rows in the the queue
table.
The query returns a string
. The method should cast to an int
before returning.
(The method name numberOfItems
suggests that an int
will be returned.)