jp.littlesoft.tools
クラス SQLEntityClassWriter

java.lang.Object
  上位を拡張 jp.littlesoft.tools.SQLEntityClassWriter

public class SQLEntityClassWriter
extends Object


コンストラクタの概要
SQLEntityClassWriter(Connection conn)
           
SQLEntityClassWriter(String driver, String url, String user, String password, Properties p)
           
 
メソッドの概要
 void execute(Writer out, String schema)
           
static void main(String[] args)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SQLEntityClassWriter

public SQLEntityClassWriter(Connection conn)
                     throws Exception
例外:
Exception

SQLEntityClassWriter

public SQLEntityClassWriter(String driver,
                            String url,
                            String user,
                            String password,
                            Properties p)
                     throws Exception
例外:
Exception
メソッドの詳細

execute

public void execute(Writer out,
                    String schema)
             throws Exception
例外:
Exception

main

public static void main(String[] args)
パラメータ:
args -


Copyright (C) 2006-2012 LittleSoft Corporation. All Rights Reserved.