jp.go.nict.langrid.wrapper.common.db.dao.table
クラス PgClassTable

java.lang.Object
  上位を拡張 jp.go.nict.langrid.wrapper.common.db.dao.table.PgClassTable

public class PgClassTable
extends Object


コンストラクタの概要
PgClassTable()
           
 
メソッドの概要
 boolean isSequenceExist(Connection connection, String sequenceName)
           
 boolean isTableExist(Connection connection, String tableName)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PgClassTable

public PgClassTable()
メソッドの詳細

isTableExist

public boolean isTableExist(Connection connection,
                            String tableName)
                     throws SQLException
例外:
SQLException

isSequenceExist

public boolean isSequenceExist(Connection connection,
                               String sequenceName)
                        throws SQLException
例外:
SQLException