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

java.lang.Object
  拡張org.seasar.extension.jdbc.impl.ResultSetWrapper
      拡張org.seasar.extension.jdbc.impl.OracleResultSet
すべての実装インタフェース:
ResultSet

public class OracleResultSet
extends ResultSetWrapper


フィールドの概要
static int FULLWIDTH_TILDE
           
static int WAVE_DASH
           
 
インタフェース java.sql.ResultSet から継承したフィールド
CLOSE_CURSORS_AT_COMMIT, CONCUR_READ_ONLY, CONCUR_UPDATABLE, FETCH_FORWARD, FETCH_REVERSE, FETCH_UNKNOWN, HOLD_CURSORS_OVER_COMMIT, TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE, TYPE_SCROLL_SENSITIVE
 
コンストラクタの概要
OracleResultSet(ResultSet resultSet)
           
 
メソッドの概要
protected  String convert(String source)
           
 String getString(int columnIndex)
           
 String getString(String columnName)
           
 
クラス org.seasar.extension.jdbc.impl.ResultSetWrapper から継承したメソッド
absolute, afterLast, beforeFirst, cancelRowUpdates, clearWarnings, close, deleteRow, findColumn, first, getArray, getArray, getAsciiStream, getAsciiStream, getBigDecimal, getBigDecimal, getBigDecimal, getBigDecimal, getBinaryStream, getBinaryStream, getBlob, getBlob, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getCharacterStream, getCharacterStream, getClob, getClob, getConcurrency, getCursorName, getDate, getDate, getDate, getDate, getDouble, getDouble, getFetchDirection, getFetchSize, getFloat, getFloat, getInt, getInt, getLong, getLong, getMetaData, getObject, getObject, getObject, getObject, getRef, getRef, getRow, getShort, getShort, getStatement, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getType, getUnicodeStream, getUnicodeStream, getURL, getURL, getWarnings, insertRow, isAfterLast, isBeforeFirst, isFirst, isLast, last, moveToCurrentRow, moveToInsertRow, next, previous, refreshRow, relative, rowDeleted, rowInserted, rowUpdated, setFetchDirection, setFetchSize, updateArray, updateArray, updateAsciiStream, updateAsciiStream, updateBigDecimal, updateBigDecimal, updateBinaryStream, updateBinaryStream, updateBlob, updateBlob, updateBoolean, updateBoolean, updateByte, updateByte, updateBytes, updateBytes, updateCharacterStream, updateCharacterStream, updateClob, updateClob, updateDate, updateDate, updateDouble, updateDouble, updateFloat, updateFloat, updateInt, updateInt, updateLong, updateLong, updateNull, updateNull, updateObject, updateObject, updateObject, updateObject, updateRef, updateRef, updateRow, updateShort, updateShort, updateString, updateString, updateTime, updateTime, updateTimestamp, updateTimestamp, wasNull
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

WAVE_DASH

public static final int WAVE_DASH
関連項目:
定数フィールド値

FULLWIDTH_TILDE

public static final int FULLWIDTH_TILDE
関連項目:
定数フィールド値
コンストラクタの詳細

OracleResultSet

public OracleResultSet(ResultSet resultSet)
メソッドの詳細

getString

public String getString(int columnIndex)
                 throws SQLException
定義:
インタフェース ResultSet 内の getString
オーバーライド:
クラス ResultSetWrapper 内の getString
例外:
SQLException
関連項目:
ResultSet.getString(int)

getString

public String getString(String columnName)
                 throws SQLException
定義:
インタフェース ResultSet 内の getString
オーバーライド:
クラス ResultSetWrapper 内の getString
例外:
SQLException
関連項目:
ResultSet.getString(java.lang.String)

convert

protected String convert(String source)


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