Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

gsoft.sql
Class OrclConn  view OrclConn download OrclConn.java

java.lang.Object
  extended bygsoft.sql.OrclConn
All Implemented Interfaces:
ConnectionInterface

public class OrclConn
extends java.lang.Object
implements ConnectionInterface


Field Summary
private  java.sql.Connection CurrConn
           
 
Constructor Summary
OrclConn()
           
 
Method Summary
 void closeConn()
           
 java.sql.Connection getConn(java.lang.String host, java.lang.String port, java.lang.String sid, java.lang.String user, java.lang.String psword)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CurrConn

private java.sql.Connection CurrConn
Constructor Detail

OrclConn

public OrclConn()
Method Detail

getConn

public java.sql.Connection getConn(java.lang.String host,
                                   java.lang.String port,
                                   java.lang.String sid,
                                   java.lang.String user,
                                   java.lang.String psword)
                            throws java.lang.Exception
Specified by:
getConn in interface ConnectionInterface

closeConn

public void closeConn()
               throws java.sql.SQLException