throws SQLException, IOException, ParseException,
DbStoredProcedureException {
// Set id = min value so we can tell whether it's been initialized
// properly later on.
ArrayDescriptor strDescriptor = null;
int id = Integer.MIN_VALUE;
this.con = con;
// Begin by getting all procedure nodes.
NodeList procedureNodeList = modelDoc.getElementsByTagName(DBXmlConfig.PROCEDURE);