Commit ccee5ec7 by qiuchaofei

1.在指定schema下搜索表1

parent b1425e82
...@@ -142,7 +142,7 @@ public class RelationalGraphController { ...@@ -142,7 +142,7 @@ public class RelationalGraphController {
//单个schema的数据,包括表,视图,函数,过程等,列表形势 //单个schema的数据,包括表,视图,函数,过程等,列表形势
@ApiOperation(tags = "", value = "传入schemaid,返回表,视图,函数,存储过程") @ApiOperation(tags = "", value = "传入schemaid,返回表,视图,函数,存储过程")
@RequestMapping(path = "/getTableBySchemaId", method = RequestMethod.GET) @RequestMapping(path = "/getTableBySchemaIdAndKeyWord", method = RequestMethod.GET)
public Map<String, List<ReturnNode>> getTableBySchemaIdAndKeyWord(String schemaId,String keyWord){ public Map<String, List<ReturnNode>> getTableBySchemaIdAndKeyWord(String schemaId,String keyWord){
//传入一个系统名称/id,返回系统下的所有schema,注意分层 //传入一个系统名称/id,返回系统下的所有schema,注意分层
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment