org.seasar.tuigwaa.database
クラス DatabaseUtils

java.lang.Object
  拡張org.seasar.tuigwaa.database.DatabaseUtils

public class DatabaseUtils
extends Object


コンストラクタの概要
DatabaseUtils()
           
 
メソッドの概要
static Object[] bindArgs(String[] data, String[] type)
           
static String buildBackupQuery(String schema, String table)
           
static String buildCleanQuery(String schema, String table)
           
static String buildRestoreQuery(String schema, String table, String[] columns)
           
static void closeQueitly(Connection con)
           
static String getJDBCURL()
           
static boolean isEscapeClauseNeeded()
           
static void shutdown()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DatabaseUtils

public DatabaseUtils()
メソッドの詳細

buildBackupQuery

public static String buildBackupQuery(String schema,
                                      String table)

buildCleanQuery

public static String buildCleanQuery(String schema,
                                     String table)

buildRestoreQuery

public static String buildRestoreQuery(String schema,
                                       String table,
                                       String[] columns)

closeQueitly

public static void closeQueitly(Connection con)

getJDBCURL

public static String getJDBCURL()

shutdown

public static void shutdown()

isEscapeClauseNeeded

public static boolean isEscapeClauseNeeded()

bindArgs

public static Object[] bindArgs(String[] data,
                                String[] type)


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.