org.asyrinx.brownie.jdbc
クラス ResultSetStringTrimFilter

java.lang.Object
  拡張org.asyrinx.brownie.core.util.Wrapper
      拡張org.asyrinx.brownie.jdbc.wrapper.ResultSetWrapper
          拡張org.asyrinx.brownie.jdbc.ResultSetStringTrimFilter
すべての実装インタフェース:
java.sql.ResultSet

class ResultSetStringTrimFilter
extends ResultSetWrapper

getStringメソッドの戻り値に対して、trimを行うフィルタです。 戻り値がnullの場合にはヌル文字列を返します。

作成者:
Akima

フィールドの概要
 
クラス org.asyrinx.brownie.jdbc.wrapper.ResultSetWrapper から継承したフィールド
impl
 
クラス org.asyrinx.brownie.core.util.Wrapper から継承したフィールド
wrapped
 
インタフェース 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
 
コンストラクタの概要
ResultSetStringTrimFilter(java.sql.ResultSet impl)
          Constructor for ResultSetStringTrimFilter.
 
メソッドの概要
 java.lang.String getString(int columnIndex)
           
 java.lang.String getString(java.lang.String columnName)
           
 
クラス org.asyrinx.brownie.jdbc.wrapper.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
 
クラス org.asyrinx.brownie.core.util.Wrapper から継承したメソッド
getCore, getCoreWrapped, getWrapped
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ResultSetStringTrimFilter

public ResultSetStringTrimFilter(java.sql.ResultSet impl)
Constructor for ResultSetStringTrimFilter.

パラメータ:
impl -
メソッドの詳細

getString

public java.lang.String getString(int columnIndex)
                           throws java.sql.SQLException
定義:
インタフェース java.sql.ResultSet 内の getString
オーバーライド:
クラス ResultSetWrapper 内の getString
パラメータ:
columnIndex -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException
関連項目:
org.asyrinx.jdbc.ResultSetWrapper#getString(int)

getString

public java.lang.String getString(java.lang.String columnName)
                           throws java.sql.SQLException
定義:
インタフェース java.sql.ResultSet 内の getString
オーバーライド:
クラス ResultSetWrapper 内の getString
パラメータ:
columnName -
戻り値:
@throws java.sql.SQLException
例外:
java.sql.SQLException
関連項目:
org.asyrinx.jdbc.ResultSetWrapper#getString(String)


Copyright © 2004 asyrinx organization. All Rights Reserved.