org.seasar.tuigwaa.database
インタフェース DynaDatabaseService
- 既知の実装クラスの一覧:
- DynaDatabaseServiceImpl
- public interface DynaDatabaseService
- 作成者:
- nishioka
createSchema
public void createSchema(String schema)
throws Exception
- 例外:
Exception
dropSchema
public void dropSchema(String schema)
throws Exception
- 例外:
Exception
createTable
public void createTable(TgwEntity entity)
createTables
public void createTables(String schema,
Collection entityList)
alterTable
public void alterTable(TgwEntity entity)
throws Exception
- 例外:
Exception
dropTables
public void dropTables(String schema,
String[] tableNames)
throws Exception
- 例外:
Exception
dropTable
public void dropTable(String schema,
String tableName)
throws Exception
- 例外:
Exception
readTables
public List readTables(String domainName)
Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.