SQLTuple version: 1.2.0.0

hep.aida.ref.sql
Class Util

java.lang.Object
  extended by hep.aida.ref.sql.Util

public class Util
extends Object

Util contains various special utilities usefull in SQLTuple. Often, they represent functionality proposed to AIDA, bu not yet standartised.

 $Log: Util.java,v $
 Revision 1.31  2007/05/23 16:38:44  hrivnac
 logical connections for Plotter; better UML

 Revision 1.30  2006/12/13 15:39:29  hrivnac
 derby url modified

 Revision 1.29  2006/12/12 15:21:43  hrivnac
 McKoi replaced with Derby; uppercase-only dbs handled better; moving to JAS 0.8.3

 Revision 1.28  2006/11/10 17:40:03  hrivnac
 WebService updated, long-format Oracle URL allowed, complete db not parsed if only table requested (speed)

 Revision 1.27  2005/09/28 16:21:06  hrivnac
 code cleaning

 Revision 1.26  2004/10/29 22:27:25  hrivnac
 imports corrected

 Revision 1.25  2004/10/22 15:33:00  hrivnac
 cleaned

 Revision 1.24  2004/10/12 13:25:40  hrivnac
 small improvements

 Revision 1.23  2004/07/06 14:24:50  hrivnac
 support for Oracle

 Revision 1.22  2004/05/22 15:05:59  hrivnac
 test

 Revision 1.21  2004/04/14 13:39:47  hrivnac
 1.5 warnings fixed

 Revision 1.20  2004/04/13 15:45:54  hrivnac
 AIDA URL introduced

 Revision 1.19  2004/02/26 15:07:33  hrivnac
 new AidaUtils, Ant 1.6.1

 Revision 1.18  2004/02/10 14:50:58  hrivnac
 JavaDoc tags completed

 Revision 1.17  2004/02/04 13:30:40  hrivnac
 - improvement of Enums internal mapping
 - general cleaning

 Revision 1.16  2004/01/28 15:54:48  hrivnac
 better help

 Revision 1.15  2003/11/26 16:09:46  hrivnac
 Functional EventSelector WebService

 Revision 1.14  2003/11/24 15:13:22  hrivnac
 Logging improved.

 Revision 1.13  2003/11/21 18:14:04  hrivnac
 Prototype of C++ interface based on JACE introduced.

 Revision 1.12  2003/11/20 17:21:58  hrivnac
 Java 1.5 natively supported, Log4J reporting improved.

 Revision 1.11  2003/11/18 22:03:45  hrivnac
 Root benchmarks.

 Revision 1.10  2003/11/05 19:46:22  hrivnac
 - FreeHEP 1.2.1
 - JAIDA 3.2.1

 Revision 1.2  2003/10/20 21:03:49  hrivnac
 Write/read tests work on both SQL and XML.

 

Version:
$Id: Util.java,v 1.31 2007/05/23 16:38:44 hrivnac Exp $
Author:
J.Hrivnac

Field Summary
private static Logger log
          Logging .
 
Constructor Summary
Util()
           
 
Method Summary
static String report(String msg, Throwable e)
          Report about standard SQL Exception.
static String urlHelp(String msg)
          Form standard command "usage" message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static Logger log
Logging .

Constructor Detail

Util

public Util()
Method Detail

report

public static String report(String msg,
                            Throwable e)
Report about standard SQL Exception.

Parameters:
msg - Message to be displayed.
e - Exception to be displayed.
Returns:
Formated message.

urlHelp

public static String urlHelp(String msg)
Form standard command "usage" message.

Parameters:
msg - Message to be displayed.
Returns:
Formated message.

Written by: J.Hrivnac

Documentation built November 9 2010 on Linux by hrivnac