9. 何謂 Facade Fa?ade 就是建築物正面的入口 The Fa?ade pattern simplifies access to a related sets of objects by providing one object that all objects outside the set use to communicate with the set.
23. 存取 Database - DBFacade tw.qing.lwdba.DBFacade DBFacade() DBFacade(String poolName) public QueryResult sqlQuery(String query) public int sqlUpdate(String update) public QueryResult sqlQuery(String query, int idxRow, int count, boolean fReturnTotal) public ArrayList sqlQueryRows(String query) public ArrayList sqlQueryRows(String query, int idxRow, int count)
24. 查詢結果 - QueryResult tw.qing.lwdba.QueryResult public ArrayList getRows() public int getTotalRowCount()