Class DbAttachInfo


  • public class DbAttachInfo
    extends java.lang.Object
    Container for attachment information (ie server, port and filename/alias).
    • Method Detail

      • getServer

        public java.lang.String getServer()
      • getPort

        public int getPort()
      • getFileName

        public java.lang.String getFileName()
      • parseConnectString

        public static DbAttachInfo parseConnectString​(java.lang.String connectString)
                                               throws java.sql.SQLException
        Throws:
        java.sql.SQLException