public interface TableHandler
table 解析接口
| 限定符和类型 | 方法和说明 |
|---|---|
List<TableColumn> |
getTableFields(String tableName) |
List<String> |
getTables(String[] tableNames) |
List<String> getTables(String[] tableNames) throws SQLException, DBParseException
List<TableColumn> getTableFields(String tableName) throws SQLException
SQLExceptionCopyright © 2018. All rights reserved.