this.setClientInfoSp.setString(1, name);
this.setClientInfoSp.setString(2, value);
this.setClientInfoSp.execute();
} catch (SQLException sqlEx) {
SQLClientInfoException clientInfoEx = new SQLClientInfoException();
clientInfoEx.initCause(sqlEx);
throw clientInfoEx;
}
}
}