String ALL_WATCHES =
        "SELECT jiveWatch.threadID, jiveWatch.expirable, jiveThread.forumID, " +
        "modifiedDate FROM jiveWatch, jiveThread WHERE jiveWatch.userID=? AND " +
        "jiveWatch.watchType=? AND jiveWatch.threadID=jiveThread.threadID " +
        "ORDER BY modifiedDate DESC";