org.seasar.extension.jdbc.impl
クラス PropertyTypeUtil

java.lang.Object
  拡張org.seasar.extension.jdbc.impl.PropertyTypeUtil

public final class PropertyTypeUtil
extends Object

PropertyType用のユーティリティクラスです。

作成者:
higa

メソッドの概要
static PropertyType[] createPropertyTypes(ResultSetMetaData rsmd)
          PropertyTypeの配列を作成します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

createPropertyTypes

public static PropertyType[] createPropertyTypes(ResultSetMetaData rsmd)
                                          throws SQLException
PropertyTypeの配列を作成します。

パラメータ:
rsmd - 結果セットメタデータ
戻り値:
PropertyTypeの配列
例外:
SQLException - SQL例外が発生した場合


Copyright ? 2004-2008 The Seasar Foundation. All Rights Reserved.