org.apache.ibatis.metadata
Class Database

java.lang.Object
  extended by org.apache.ibatis.metadata.Database

public class Database
extends Object


Constructor Summary
Database(String catalog, String schema)
           
 
Method Summary
 void addTable(Table table)
           
 boolean equals(Object o)
           
 String getCatalog()
           
 String getSchema()
           
 Table getTable(String name)
           
 String[] getTableNames()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Database

public Database(String catalog,
                String schema)
Method Detail

getCatalog

public String getCatalog()

getSchema

public String getSchema()

addTable

public void addTable(Table table)

getTable

public Table getTable(String name)

getTableNames

public String[] getTableNames()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2010-2012 MyBatis.org. All Rights Reserved.