public abstract class DataInformation extends Object
| 构造器和说明 |
|---|
DataInformation(Bootstrap bootstrap) |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract List<Column> |
beforeGetColumns(String tableName) |
List<Column> |
columns(String tableName)
Gets the current database connection field.The internal table field cache can
also be refreshed
|
boolean |
containsTable(String tableName)
Determines whether a table is included in the current connection (table name
are case insensitive)
|
abstract List<String> |
getDatabases()
Gets the name of the library under the current connection
|
String |
getTableComment(String tableName) |
abstract 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) |
protected Bootstrap bootstrap
public DataInformation(Bootstrap bootstrap)
public abstract List<String> getDatabases()
public abstract List<String> getTablesAndViews()
public final List<Column> columns(String tableName)
tableName - - eg: Userpublic boolean containsTable(String tableName)
tableName - Copyright © 2023. All rights reserved.