}
private void persist(DriverDescriptor driver, File file) throws Exception {
XmlPersistor p = XmlPersistor.newRoot("Driver");
DriverDescriptorPersistor.persist(driver, p);
p.store(file);
}
private void testPersistOdbc() throws Exception {
BeginEndQuote quotes = new BeginEndQuote("\"");
DriverDescriptor driver = OdbcDriverDescriptorFactory.createDescriptor("Postgresql", quotes);