public class PostgreInfomation extends DataInformation
bootstrap| 构造器和说明 |
|---|
PostgreInfomation(Bootstrap bootstrap) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Column> |
beforeGetColumns(String tableName) |
List<String> |
getDatabases()
Gets the name of the library under the current connection
|
String |
getTableComment(String tableName) |
List<String> |
getTablesAndViews()
Gets the name of the table under the current connection (library)
|
List<String> |
tables(String schema) |
List<Map<String,Object>> |
tableStatus(String schema) |
Object |
views(String schema) |
List<Map<String,Object>> |
viewStatus(String schema) |
columns, containsTablepublic PostgreInfomation(Bootstrap bootstrap)
public List<String> getDatabases()
DataInformationgetDatabases 在类中 DataInformationpublic List<String> getTablesAndViews()
DataInformationgetTablesAndViews 在类中 DataInformationpublic List<Map<String,Object>> tableStatus(String schema)
tableStatus 在类中 DataInformationpublic List<Map<String,Object>> viewStatus(String schema)
viewStatus 在类中 DataInformationpublic Object views(String schema)
views 在类中 DataInformationpublic List<String> tables(String schema)
tables 在类中 DataInformationpublic List<Column> beforeGetColumns(String tableName)
beforeGetColumns 在类中 DataInformationpublic String getTableComment(String tableName)
getTableComment 在类中 DataInformationCopyright © 2023. All rights reserved.