Skip to content

Commit

Permalink
sqlserver 构建json未选择schema时获取当前用户下所有表信息
Browse files Browse the repository at this point in the history
  • Loading branch information
weiye committed Jul 9, 2020
1 parent cbc97c6 commit 298c2c9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ public static SqlServerDatabaseMeta getInstance() {
return single;
}

/*@Override
public String getSQLQueryTables(String... args) {
@Override
public String getSQLQueryTables() {
return "SELECT Name FROM SysObjects Where XType='U' ORDER BY Name";
}*/
}

@Override
public String getSQLQueryTables(String... tableSchema) {
Expand Down

0 comments on commit 298c2c9

Please sign in to comment.