隨筆 - 25, 文章 - 1, 評論 - 0, 引用 - 0
          數(shù)據(jù)加載中……

          [Java]-[Enum]-[DBTYPE]

              enum DatabaseProduct {
                  ACCESS,
                  UNKNOWN,
                  DERBY,
                  DB2_OLD_AS400,
                  DB2_AS400,
                  DB2,
                  FIREBIRD,
                  GREENPLUM,
                  HSQLDB,
                  INFORMIX,
                  INFOBRIGHT,
                  INGRES,
                  INTERBASE,
                  LUCIDDB,
                  MSSQL,
                  NETEZZA,
                  NEOVIEW,
                  ORACLE,
                  POSTGRESQL,
                  MYSQL,
                  SQLSTREAM,
                  SYBASE,
                  TERADATA,
                  VERTICA;

                  
          /**
                   * Return the root of the family of products this database product
                   * belongs to.
                   *
                   * <p>For {
          @link #DB2_AS400} and {@link #DB2_OLD_AS400} returns
                   * {
          @link #DB2}; for all other database products, returns the same
                   * product.
                   *
                   * 
          @return root of family of database products
                   
          */
                  
          public DatabaseProduct getFamily() {
                      
          switch (this) {
                      
          case DB2_OLD_AS400:
                      
          case DB2_AS400:
                          
          return DB2;
                      
          default:
                          
          return this;
                      }
                  }
              }

          posted on 2010-07-26 15:15 至尊貝貝 閱讀(204) 評論(0)  編輯  收藏 所屬分類: 代碼:J2SE


          只有注冊用戶登錄后才能發(fā)表評論。


          網(wǎng)站導航:
           
          主站蜘蛛池模板: 阳谷县| 曲松县| 井冈山市| 永修县| 华安县| 勃利县| 万州区| 博兴县| 屏东市| 兖州市| 墨竹工卡县| 夹江县| 呼图壁县| 靖宇县| 台山市| 永顺县| 茌平县| 蓬莱市| 铁力市| 出国| 南投县| 台北县| 黎平县| 连平县| 海城市| 高陵县| 遵义县| 长泰县| 墨竹工卡县| 海晏县| 旺苍县| 忻州市| 海口市| 新巴尔虎右旗| 嘉峪关市| 济源市| 海原县| 鄂托克前旗| 桃源县| 镇坪县| 湘西|