public class Database extends Object
| Constructor and Description |
|---|
Database(String catalog,
String schema) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTable(Table table) |
boolean |
equals(Object o) |
String |
getCatalog() |
String |
getSchema() |
Table |
getTable(String name) |
String[] |
getTableNames() |
int |
hashCode() |
Copyright © 2010–2014 MyBatis.org. All rights reserved.