cz.luboss.pensum.conf
Class PeConnectSQL

java.lang.Object
  extended bycz.luboss.medulla.conf.MeConnectSQL
      extended bycz.luboss.pensum.conf.PeConnectSQL
All Implemented Interfaces:
MeConnect

public class PeConnectSQL
extends MeConnectSQL

Projekt: Medulla
Popis: Konfigurace pro připojení do databáze
Datum: 26.02.2004
Autor: LC


Constructor Summary
PeConnectSQL()
           
 
Method Summary
static PeConnectSQL CreateInstance()
          Vytvoří nový objet
 LConnection GetDB()
          Vrátí connect do databáze
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeConnectSQL

public PeConnectSQL()
Method Detail

CreateInstance

public static PeConnectSQL CreateInstance()
Vytvoří nový objet


GetDB

public LConnection GetDB()
Vrátí connect do databáze

Specified by:
GetDB in class MeConnectSQL