Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 24 for /trunk/Java/core/Server/src/org/litesoft/orsup/DB_Admin.java

Diff revisions: vs.
  @@ -198,6 +198,7 @@
198 198 super( pCommand, "create all tables", false );
199 199 }
200 200
201 + @Override
201 202 protected final void execute()
202 203 throws Exception
203 204 {
  @@ -212,6 +213,7 @@
212 213 super( pCommand, "Load the DB via the DataLoader", false );
213 214 }
214 215
216 + @Override
215 217 protected final void execute()
216 218 throws Exception
217 219 {
  @@ -226,6 +228,7 @@
226 228 super( pCommand, "Import CSV file(s) from Dir", false, "LoadDataDir" );
227 229 }
228 230
231 + @Override
229 232 protected final void execute()
230 233 throws Exception
231 234 {
  @@ -242,6 +245,7 @@
242 245 super( pCommand, DESC, false, "ExportFileName" );
243 246 }
244 247
248 + @Override
245 249 public void execute()
246 250 throws Exception
247 251 {
  @@ -256,6 +260,7 @@
256 260 super( pCommand, "drop all tables", false );
257 261 }
258 262
263 + @Override
259 264 protected final void execute()
260 265 throws Exception
261 266 {
  @@ -270,6 +275,7 @@
270 275 super( pCommand, "drop and create all tables", false );
271 276 }
272 277
278 + @Override
273 279 protected final void execute()
274 280 throws Exception
275 281 {
  @@ -288,6 +294,7 @@
288 294 }
289 295
290 296 @SuppressWarnings({"ResultOfMethodCallIgnored"})
297 + @Override
291 298 public void execute()
292 299 throws Exception
293 300 {
  @@ -305,6 +312,7 @@
305 312 true, "ExportFileName", "ObjectName(s)" );
306 313 }
307 314
315 + @Override
308 316 public void execute()
309 317 throws Exception
310 318 {