SQLTuple version: 1.2.0.0

hep.aida.ref.sql
Class AidaSQLStoreFactory

java.lang.Object
  extended by hep.aida.ref.sql.AidaSQLStoreFactory
All Implemented Interfaces:
IStoreFactory

public class AidaSQLStoreFactory
extends Object
implements IStoreFactory

AidaSQLStoreFacory implements IStoreFactory with support for supports SQLTuple. It creates AidaSQLStore.

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

 Revision 1.10  2004/05/22 15:12:59  hrivnac
 class id reformated

 Revision 1.9  2004/05/03 19:22:30  hrivnac
 basic support for JAS3

 Revision 1.8  2004/04/14 13:39:46  hrivnac
 1.5 warnings fixed

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

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

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

 Revision 1.3  2003/10/21 13:24:52  hrivnac
 Constructor from columnString implemented.

 Revision 1.2  2003/10/02 14:24:01  hrivnac
 Cleaning.

 Revision 1.2  2003/09/29 14:36:40  hrivnac
 Works per attribute.

 

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

Constructor Summary
AidaSQLStoreFactory()
           
 
Method Summary
 IStore createStore()
          Create new IStore.
 String description()
          The textual description of this IStoreFactory: sql.
 boolean supportsType(String type)
          Verify, if type storage type is suppotrted by this IStoreFactory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AidaSQLStoreFactory

public AidaSQLStoreFactory()
Method Detail

description

public String description()
The textual description of this IStoreFactory: sql.

Specified by:
description in interface IStoreFactory
Returns:
"sql".

supportsType

public boolean supportsType(String type)
Verify, if type storage type is suppotrted by this IStoreFactory.

Specified by:
supportsType in interface IStoreFactory
Parameters:
type - The name of storage
Returns:
true if the specified name (case insensitive) is supported.

createStore

public IStore createStore()
Create new IStore.

Specified by:
createStore in interface IStoreFactory
Returns:
IStore associated with this factory.

Written by: J.Hrivnac

Documentation built November 9 2010 on Linux by hrivnac