MCPcopy Index your code
hub / github.com/epcdiy/timemachineplus / MySQLHelper

Method MySQLHelper

src/main/java/MySQLHelper.java:77–83  ·  view source on GitHub ↗

创建一个新的实例 DBHelper.

(String dbconfig)

Source from the content-addressed store, hash-verified

75 * 创建一个新的实例 DBHelper.
76 */
77 public MySQLHelper(String dbconfig)
78 {
79 configFilename=dbconfig;
80 init();
81 // importSql("D:\\project\\03_fj_tobacco_qr_code\\05_RD_TS_PI_VER_VAL\\02_概要设计\\02-接口设计\\数据上传和云端接收接口\\测试用文件\\db_180316141201\\tb_cigar.sql");
82
83 }
84
85
86

Callers

nothing calls this directly

Calls 1

initMethod · 0.95

Tested by

no test coverage detected