类 DesignDBController
java.lang.Object
com.sh.spring.SHSpringBase
com.sh.wf.design.controller.DesignDBController
数据库管理
-
字段概要
从类继承的字段 com.sh.spring.SHSpringBase
BEGIN_DIRECT_FORWARD, BEGIN_RET_TYPE, BEGIN_RET_TYPE_DATA, BEGIN_RET_TYPE_PAGE, ERROR, ERROR_MSG, FAILURE, IFRAME_FORWARD, log4j, MESSAGE, SUCCESS -
构造器概要
构造器 -
方法概要
从类继承的方法 com.sh.spring.SHSpringBase
begin, dc, finish, getErrorDirectForword, getErrorDirectType, getErrorMsg, getParameterValue, getParameterValues, getRequestFile, getRequestFiles, getSessionValue, request, response, session, setErrorDirectForword, setErrorDirectRet, setErrorMsg, setRequestValue, setSessionValue, userInfo
-
构造器详细资料
-
DesignDBController
public DesignDBController()
-
-
方法详细资料
-
treeNode
@PostMapping("/treeNode") @ResponseBody public String treeNode(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) 获取数据库树节点数据- 参数:
request-response-- 返回:
String
-
execute
@PostMapping("/execute") @ResponseBody public String execute(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) 执行SQL- 参数:
request-response-- 返回:
String
-