You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Brian Burridge <ma...@burridge.net> on 2003/11/17 23:39:56 UTC

Checkstyle and throws

      /***
63      * getProfileData
64      * Gets the profile data like accounting server url, userid,
passwd..etc
65      * from the database by calling the stored procedure and copies
the data in
66      * to a hashmap
67      *
68      * @return HashMap contains the name-value pairs retrieved from
the profile
69      *
70      * @param systemID System ID
71      * @param appInstance Application Instance
72      * @param dbName Database Name
73      *
74      * @throws NamingException
75      * @throws SQLException
76      */
77      public HashMap getProfileData(
78          String systemID,
79          String appInstance,
80          String dbName)
81          throws NamingException, SQLException {
82          HashMap profile;
83          Connection connection = null;

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org