public class SimpleDataInfomation extends Object implements DataInfomation
| 构造器和说明 |
|---|
SimpleDataInfomation(Manager<MongoDBTemplate> manager) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<String> |
columns(String schema,
String table) |
List<String> |
databaseNames() |
boolean |
isTableExist(String schema,
String table) |
List<String> |
tablesNames(String schema) |
List<org.bson.Document> |
tableStatus(String schema) |
List<String> |
views(String schema) |
List<org.bson.Document> |
viewStatus(String schema) |
public SimpleDataInfomation(Manager<MongoDBTemplate> manager)
public List<String> databaseNames()
databaseNames 在接口中 DataInfomationpublic List<String> tablesNames(String schema)
tablesNames 在接口中 DataInfomationpublic List<org.bson.Document> tableStatus(String schema)
tableStatus 在接口中 DataInfomationpublic List<String> views(String schema)
views 在接口中 DataInfomationpublic List<org.bson.Document> viewStatus(String schema)
viewStatus 在接口中 DataInfomationpublic boolean isTableExist(String schema, String table)
isTableExist 在接口中 DataInfomationCopyright © 2023. All rights reserved.