public class StoredProcedures
extends tigase.archive.db.derby.StoredProcedures
| Constructor and Description |
|---|
StoredProcedures() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addItem(String ownerJid,
String buddyJid,
String buddyRes,
Timestamp ts,
Integer direction,
String type,
String body,
String msg,
String hash,
String itemType,
Integer offline,
String jingleSid,
String jingleAction,
String jingleReason,
Integer jingleOffline,
ResultSet[] data) |
static void |
for_GetMessages(String ownerJid,
String msgIds,
ResultSet[] data) |
static void |
for_GetMessagesCount(String ownerJid,
ResultSet[] data) |
static void |
for_GetMessagesList(String ownerJid,
ResultSet[] data) |
static void |
for_RemoveMessages(String ownerJid,
String msgIds) |
static void |
for_UnmarkOfflineMessages(String ownerJid,
String msgIds) |
static void |
getCollections(String ownerJid,
String buddyJid,
Timestamp from,
Timestamp to,
String tags,
String contains,
Integer byType,
String itemType,
Integer offline,
Integer limit,
Integer offset,
ResultSet[] data) |
static void |
getCollectionsCount(String ownerJid,
String buddyJid,
Timestamp from,
Timestamp to,
String tags,
String contains,
Integer byType,
String itemType,
Integer offline,
ResultSet[] data) |
static void |
getItemPosition(String ownerJid,
String buddyJid,
Timestamp from,
Timestamp to,
String tags,
String contains,
String hash,
String itemType,
Integer offline,
ResultSet[] data) |
static void |
getItems(String ownerJid,
String buddyJid,
Timestamp from,
Timestamp to,
String tags,
String contains,
String itemType,
Integer offline,
Integer limit,
Integer offset,
ResultSet[] data) |
static void |
getItemsCount(String ownerJid,
String buddyJid,
Timestamp from,
Timestamp to,
String tags,
String contains,
String itemType,
Integer offline,
ResultSet[] data) |
static void |
queryRecent(String ownerJid,
Timestamp start,
Timestamp end,
Integer chat,
Integer groupchat,
Integer call,
Integer call_success,
Integer call_missed,
Integer call_canceled,
Integer limit,
Integer offset,
ResultSet[] data) |
static void |
queryRecentCount(String ownerJid,
Timestamp start,
Timestamp end,
Integer chat,
Integer groupchat,
Integer call,
Integer call_success,
Integer call_missed,
Integer call_canceled,
ResultSet[] data) |
addMessage, addTagToMessage, appendContainsQuery, appendTagsQuery, deleteExpiredMessages, ensureJid, getCollections, getCollectionsCount, getJidId, getMessagePosition, getMessages, getMessagesCount, getTagsForUser, getTagsForUserCount, removeMessages, sha1OfLowerpublic static void addItem(String ownerJid, String buddyJid, String buddyRes, Timestamp ts, Integer direction, String type, String body, String msg, String hash, String itemType, Integer offline, String jingleSid, String jingleAction, String jingleReason, Integer jingleOffline, ResultSet[] data) throws SQLException
SQLExceptionpublic static void for_GetMessages(String ownerJid, String msgIds, ResultSet[] data) throws SQLException
SQLExceptionpublic static void for_GetMessagesCount(String ownerJid, ResultSet[] data) throws SQLException
SQLExceptionpublic static void for_GetMessagesList(String ownerJid, ResultSet[] data) throws SQLException
SQLExceptionpublic static void for_RemoveMessages(String ownerJid, String msgIds) throws SQLException
SQLExceptionpublic static void for_UnmarkOfflineMessages(String ownerJid, String msgIds) throws SQLException
SQLExceptionpublic static void getCollections(String ownerJid, String buddyJid, Timestamp from, Timestamp to, String tags, String contains, Integer byType, String itemType, Integer offline, Integer limit, Integer offset, ResultSet[] data) throws SQLException
SQLExceptionpublic static void getCollectionsCount(String ownerJid, String buddyJid, Timestamp from, Timestamp to, String tags, String contains, Integer byType, String itemType, Integer offline, ResultSet[] data) throws SQLException
SQLExceptionpublic static void getItemPosition(String ownerJid, String buddyJid, Timestamp from, Timestamp to, String tags, String contains, String hash, String itemType, Integer offline, ResultSet[] data) throws SQLException
SQLExceptionpublic static void getItems(String ownerJid, String buddyJid, Timestamp from, Timestamp to, String tags, String contains, String itemType, Integer offline, Integer limit, Integer offset, ResultSet[] data) throws SQLException
SQLExceptionpublic static void getItemsCount(String ownerJid, String buddyJid, Timestamp from, Timestamp to, String tags, String contains, String itemType, Integer offline, ResultSet[] data) throws SQLException
SQLExceptionpublic static void queryRecent(String ownerJid, Timestamp start, Timestamp end, Integer chat, Integer groupchat, Integer call, Integer call_success, Integer call_missed, Integer call_canceled, Integer limit, Integer offset, ResultSet[] data) throws SQLException
SQLExceptionCopyright © 2015–2020 "Tigase, Inc.". All rights reserved.