public class Host extends Object implements Comparable<Host>
| 构造器和说明 |
|---|
Host() |
Host(String hostName,
String hostIp,
int port,
String user,
String pwd,
String defaultDb,
String dbPattern,
String tbPattern,
Map<String,List<String>> colsMap) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addCols(Properties cols) |
void |
addTableMapBean(TableMapBean tableMapBean) |
boolean |
checkTable(String schemaName,
String tableName) |
int |
compareTo(Host o) |
boolean |
containsTabId(Long tabId) |
void |
delCols(String schemaName,
String tableName) |
boolean |
equals(Object obj) |
TableMapBean |
findTableMapBean(Long tabId) |
List<String> |
getCols(String schemaName,
String tableName) |
int |
hashCode() |
public void addTableMapBean(TableMapBean tableMapBean)
public TableMapBean findTableMapBean(Long tabId)
public boolean containsTabId(Long tabId)
public int compareTo(Host o)
compareTo 在接口中 Comparable<Host>public void addCols(Properties cols)
Copyright © 2017. All rights reserved.