Package org.firebirdsql.gds.impl
Class DbAttachInfo
- java.lang.Object
- 
- org.firebirdsql.gds.impl.DbAttachInfo
 
- 
 public class DbAttachInfo extends java.lang.ObjectContainer for attachment information (ie server, port and filename/alias).
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFileName()intgetPort()java.lang.StringgetServer()static DbAttachInfoparseConnectString(java.lang.String connectString)
 
- 
- 
- 
Method Detail- 
getServerpublic java.lang.String getServer() 
 - 
getPortpublic int getPort() 
 - 
getFileNamepublic java.lang.String getFileName() 
 - 
parseConnectStringpublic static DbAttachInfo parseConnectString(java.lang.String connectString) throws java.sql.SQLException - Throws:
- java.sql.SQLException
 
 
- 
 
-