| Package | Description | 
|---|---|
| com.fgm.formbuilder.database | 
| Modifier and Type | Field and Description | 
|---|---|
| private DBUserInfo | MySQLIf. _userThe _user. | 
| Modifier and Type | Method and Description | 
|---|---|
| private void | MySQLIf. connect(DBUserInfo user)Connect. | 
| SQLResult | MySQLIf. copyProject(DBUserInfo user,
           int projectId)Copy project. | 
| SQLResult | MySQLIf. runSQL(DBUserInfo user,
      java.lang.String stmt,
      boolean recordFlag)run SQL on MySQL database, return results accordingly. | 
| SQLResult | MySQLIf. runSQLArr(DBUserInfo user,
         java.util.List<java.lang.String> sqlList,
         java.lang.Boolean recordFlag)run list of SQLs on MySQL database, return results accordingly. | 
| SQLResult | MySQLIf. runSQLArr(DBUserInfo user,
         java.util.List<java.lang.String> sqlList,
         java.lang.Boolean commit,
         java.lang.Boolean recordFlag)run list of SQLs on MySQL database, return results accordingly. | 
| Constructor and Description | 
|---|
| MySQLIf(DBUserInfo user)Instantiates a new populated MySQLIf |