Class JDBCMessageArchiveRepository.Item<Q extends QueryCriteria>

    • Constructor Detail

      • Item

        public Item()
    • Method Detail

      • getId

        public java.lang.String getId()
        Specified by:
        getId in interface tigase.xmpp.mam.MAMRepository.Item
      • getMessage

        public tigase.xml.Element getMessage()
        Specified by:
        getMessage in interface tigase.xmpp.mam.MAMRepository.Item
      • getTimestamp

        public java.util.Date getTimestamp()
        Specified by:
        getTimestamp in interface tigase.xmpp.mam.MAMRepository.Item
      • read

        protected int read​(tigase.db.DataRepository repo,
                           java.sql.ResultSet rs,
                           Q crit)
                    throws java.sql.SQLException
        Throws:
        java.sql.SQLException