01: /*
02: * Created on Jan 12, 2004
03: *
04: * To change the template for this generated file go to
05: * Window - Preferences - Java - Code Generation - Code and Comments
06: */
07: package com.mysql.jdbc;
08:
09: /**
10: * @author mmatthew
11: *
12: * To change the template for this generated type comment go to Window -
13: * Preferences - Java - Code Generation - Code and Comments
14: */
15: public class DocsConnectionPropsHelper extends ConnectionPropertiesImpl {
16:
17: public static void main(String[] args) throws Exception {
18: System.out.println(new DocsConnectionPropsHelper()
19: .exposeAsXml());
20: }
21: }
|