public class TiDBInfo extends Object implements Serializable
Constructor and Description |
---|
TiDBInfo(long id,
CIStr name,
String charset,
String collate,
List<TiTableInfo> tables,
int schemaState) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getCharset() |
String |
getCollate() |
long |
getId() |
String |
getName() |
List<TiTableInfo> |
getTables() |
int |
hashCode() |
TiDBInfo |
rename(String newName) |
public TiDBInfo(long id, CIStr name, String charset, String collate, List<TiTableInfo> tables, int schemaState)
public long getId()
public String getName()
public String getCharset()
public String getCollate()
public List<TiTableInfo> getTables()
Copyright © 2024 PingCAP. All rights reserved.