public class MsgBroadcastRepositoryStoredProcedures extends Object
Constructor and Description |
---|
MsgBroadcastRepositoryStoredProcedures() |
Modifier and Type | Method and Description |
---|---|
static void |
addMessage(String msgId,
Timestamp expired,
String msg) |
static void |
addMessageRecipient(String msgId,
String jid) |
static void |
getMessageRecipients(String msgId,
ResultSet[] data) |
static void |
getMessages(Timestamp expired,
ResultSet[] data) |
public MsgBroadcastRepositoryStoredProcedures()
public static void addMessage(String msgId, Timestamp expired, String msg) throws SQLException
SQLException
public static void addMessageRecipient(String msgId, String jid) throws SQLException
SQLException
public static void getMessageRecipients(String msgId, ResultSet[] data) throws SQLException
SQLException
public static void getMessages(Timestamp expired, ResultSet[] data) throws SQLException
SQLException
Copyright © 2004–2020 "Tigase, Inc.". All rights reserved.