org.firebirdsql.gds.impl.wire
Class AbstractJavaGDSImpl.DbAttachInfo

java.lang.Object
  extended by org.firebirdsql.gds.impl.wire.AbstractJavaGDSImpl.DbAttachInfo
Enclosing class:
AbstractJavaGDSImpl

protected static class AbstractJavaGDSImpl.DbAttachInfo
extends Object


Constructor Summary
AbstractJavaGDSImpl.DbAttachInfo(String connectInfo)
           
AbstractJavaGDSImpl.DbAttachInfo(String server, Integer port, String fileName)
           
 
Method Summary
 String getFileName()
           
 int getPort()
           
 String getServer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractJavaGDSImpl.DbAttachInfo

public AbstractJavaGDSImpl.DbAttachInfo(String connectInfo)
                                 throws GDSException
Throws:
GDSException

AbstractJavaGDSImpl.DbAttachInfo

public AbstractJavaGDSImpl.DbAttachInfo(String server,
                                        Integer port,
                                        String fileName)
                                 throws GDSException
Throws:
GDSException
Method Detail

getServer

public String getServer()

getPort

public int getPort()

getFileName

public String getFileName()


Copyright © 2001-2010. All Rights Reserved.