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 © 2006–2016 MyBatis.org. All rights reserved.