public class Database extends Object implements Serializable
Database()
void
addTable(Table table)
String
getName()
List<Table>
getTableList()
setName(String name)
setTableList(List<Table> tableList)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Database()
public List<Table> getTableList()
public void setTableList(List<Table> tableList)
public void addTable(Table table)
public String getName()
public void setName(String name)
Copyright 169; 2006-2012 The Seasar Foundation. All Rights Reserved.