Class Connectivity

java.lang.Object
  extended byConnectivity

public class Connectivity
extends java.lang.Object


Constructor Summary
Connectivity()
          Constructor
 
Method Summary
 boolean connect()
           
 boolean disconnect()
           
 boolean ejecutarSentencia(java.lang.String sSentencia)
           
protected  void finalize()
           
 java.sql.Connection getConnection()
           
 java.util.Vector performQuery(java.lang.String sSentencia)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Connectivity

public Connectivity()
Constructor

Method Detail

connect

public boolean connect()

disconnect

public boolean disconnect()

performQuery

public java.util.Vector performQuery(java.lang.String sSentencia)

ejecutarSentencia

public boolean ejecutarSentencia(java.lang.String sSentencia)

finalize

protected void finalize()
                 throws java.lang.Throwable
Throws:
java.lang.Throwable

getConnection

public java.sql.Connection getConnection()