Package tigase.db.derby
Class MsgBroadcastRepositoryStoredProcedures
- java.lang.Object
-
- tigase.db.derby.MsgBroadcastRepositoryStoredProcedures
-
public class MsgBroadcastRepositoryStoredProcedures extends Object
Created by andrzej on 24.03.2017.
-
-
Constructor Summary
Constructors Constructor Description MsgBroadcastRepositoryStoredProcedures()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddMessage(String msgId, Timestamp expired, String msg)static voidaddMessageRecipient(String msgId, String jid)static voidgetMessageRecipients(String msgId, ResultSet[] data)static voidgetMessages(Timestamp expired, ResultSet[] data)
-
-
-
Method Detail
-
addMessage
public static void addMessage(String msgId, Timestamp expired, String msg) throws SQLException
- Throws:
SQLException
-
addMessageRecipient
public static void addMessageRecipient(String msgId, String jid) throws SQLException
- Throws:
SQLException
-
getMessageRecipients
public static void getMessageRecipients(String msgId, ResultSet[] data) throws SQLException
- Throws:
SQLException
-
getMessages
public static void getMessages(Timestamp expired, ResultSet[] data) throws SQLException
- Throws:
SQLException
-
-