public class ActualTableName extends Object
Constructor and Description |
---|
ActualTableName(String catalog,
String schema,
String tableName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCatalog() |
String |
getSchema() |
String |
getTableName() |
int |
hashCode() |
String |
toString() |
Copyright © 2010–2018 MyBatis.org. All rights reserved.