org.seasar.extension.jdbc.types
クラス WaveDashStringClobType
java.lang.Object
org.seasar.extension.jdbc.types.AbstractValueType
org.seasar.extension.jdbc.types.StringClobType
org.seasar.extension.jdbc.types.WaveDashStringClobType
- すべての実装インタフェース:
- ValueType
- public class WaveDashStringClobType
- extends StringClobType
WAVE DASH(U+301C)をFULLWIDTH TILDE(U+FF5E)に変換する値タイプです。
オラクルのバグ対策用です。
- 作成者:
- taedium
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WaveDashStringClobType
public WaveDashStringClobType()
getValue
public Object getValue(ResultSet resultSet,
int index)
throws SQLException
- インタフェース
ValueType
の記述:
- カラムの値を返します。
- 定義:
- インタフェース
ValueType
内の getValue
- オーバーライド:
- クラス
StringClobType
内の getValue
- 例外:
SQLException
getValue
public Object getValue(ResultSet resultSet,
String columnName)
throws SQLException
- インタフェース
ValueType
の記述:
- カラムの値を返します。
- 定義:
- インタフェース
ValueType
内の getValue
- オーバーライド:
- クラス
StringClobType
内の getValue
- 例外:
SQLException
Copyright © 2004-2009 The Seasar Foundation. All Rights Reserved.