Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
neo4jRelation
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qiuchaofei
neo4jRelation
Commits
ccee5ec7
Commit
ccee5ec7
authored
Dec 30, 2021
by
qiuchaofei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.在指定schema下搜索表1
parent
b1425e82
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
RelationalGraphController.java
...etadataRelation/controller/RelationalGraphController.java
+1
-1
No files found.
src/main/java/com/keymobile/metadata/metadataRelation/controller/RelationalGraphController.java
View file @
ccee5ec7
...
@@ -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
=
"/getTableBySchemaId
AndKeyWord
"
,
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,注意分层
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment