Class MysqlPermEntity


  • public class MysqlPermEntity
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MysqlPermEntity​(java.sql.ResultSet res)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<ValueEntry> getData​(java.lang.String type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MysqlPermEntity

        public MysqlPermEntity​(java.sql.ResultSet res)
                        throws java.sql.SQLException
        Throws:
        java.sql.SQLException
    • Method Detail

      • getData

        public java.util.List<ValueEntry> getData​(java.lang.String type)