Package 

Interface DataBase


  • 
    public interface DataBase
    
                        

    数据库交互接口

    • Method Summary

      Modifier and Type Method Description
      abstract Connection getConnection() 获取一个数据库连接
      abstract DB getDb()
      abstract Boolean getIsTransaction()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait