org.seasar.extension.jdbc.types
クラス CharacterType

java.lang.Object
  拡張org.seasar.extension.jdbc.types.CharacterType
すべての実装インタフェース:
ValueType

public class CharacterType
extends Object
implements ValueType

作成者:
manhole

コンストラクタの概要
CharacterType()
           
 
メソッドの概要
 void bindValue(PreparedStatement ps, int index, Object value)
           
 Object getValue(ResultSet resultSet, int index)
           
 Object getValue(ResultSet resultSet, String columnName)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CharacterType

public CharacterType()
メソッドの詳細

getValue

public Object getValue(ResultSet resultSet,
                       int index)
                throws SQLException
定義:
インタフェース ValueType 内の getValue
例外:
SQLException

getValue

public Object getValue(ResultSet resultSet,
                       String columnName)
                throws SQLException
定義:
インタフェース ValueType 内の getValue
例外:
SQLException

bindValue

public void bindValue(PreparedStatement ps,
                      int index,
                      Object value)
               throws SQLException
定義:
インタフェース ValueType 内の bindValue
例外:
SQLException


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.