コード例 #1
0
ファイル: DataStoreProxy.java プロジェクト: juanmadryn/web-db
 /**
  * This method will destroy the remote data store on the data server. All resources on the server
  * will be reclaimed.
  */
 public void destroy() throws Exception {
   _dataSource.destroy(this);
 }