java.lang.Object
ru.bitel.bgbilling.modules.hd.server.bean.CommonDAO
Direct Known Subclasses:
ZoneDAO

public class CommonDAO
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected static java.lang.String SQL_DELETE_FROM  
    protected static java.lang.String SQL_FROM  
    protected static java.lang.String SQL_INSERT_INTO  
    protected static java.lang.String SQL_LIMIT  
    protected static java.lang.String SQL_ORDER_BY  
    protected static java.lang.String SQL_SELECT  
    protected static java.lang.String SQL_SET  
    protected static java.lang.String SQL_UPDATE  
    protected static java.lang.String SQL_VALUES  
    protected static java.lang.String SQL_WHERE  
  • Constructor Summary

    Constructors
    Constructor Description
    CommonDAO()  
  • Method Summary

    Modifier and Type Method Description
    protected Period getPeriod​(java.sql.ResultSet rs)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • CommonDAO

      public CommonDAO()
  • Method Details

    • getPeriod

      protected Period getPeriod​(java.sql.ResultSet rs) throws java.sql.SQLException
      Throws:
      java.sql.SQLException