~pbms-core/pbms/5.11-beta

« back to all changes in this revision

Viewing changes to mybs/java/src/com/mysql/jdbc/DocsConnectionPropsHelper.java

  • Committer: paul-mccullagh
  • Date: 2008-03-26 11:35:17 UTC
  • Revision ID: paul-mccullagh-afb1610c21464a577ae428d72fc725eb986c05a5
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Created on Jan 12, 2004
 
3
 *
 
4
 * To change the template for this generated file go to
 
5
 * Window - Preferences - Java - Code Generation - Code and Comments
 
6
 */
 
7
package com.mysql.jdbc;
 
8
 
 
9
/**
 
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 ConnectionProperties {
 
16
 
 
17
        public static void main(String[] args) throws Exception {
 
18
                System.out.println(new DocsConnectionPropsHelper().exposeAsXml());
 
19
        }
 
20
}