public class Database extends Object
Database(String catalog, String schema)
void
addTable(Table table)
boolean
equals(Object o)
String
getCatalog()
getSchema()
Table
getTable(String name)
String[]
getTableNames()
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Database(String catalog, String schema)
public String getCatalog()
public String getSchema()
public void addTable(Table table)
public Table getTable(String name)
public String[] getTableNames()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
Copyright © 2010-2013 MyBatis.org. All Rights Reserved.