org.firebirdsql.gds
Class GDSFactory

java.lang.Object
  extended byorg.firebirdsql.gds.GDSFactory

public class GDSFactory
extends java.lang.Object

The class GDSFactory exists to provide a way to obtain objects implementing GDS and Clumplet.

Version:
1.0
Author:
David Jencks

Constructor Summary
GDSFactory()
           
 
Method Summary
static GDS getDefaultGDS()
           
static GDS getGDSForType(GDSType gdsType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GDSFactory

public GDSFactory()
Method Detail

getDefaultGDS

public static GDS getDefaultGDS()

getGDSForType

public static GDS getGDSForType(GDSType gdsType)


Copyright © 2001 David Jencks and other authors. All rights reserved.