org.seasar.s2sqlmap.spring.lob.port
クラス DefaultLobHandler
java.lang.Object
  
org.seasar.s2sqlmap.spring.lob.port.AbstractLobHandler
      
org.seasar.s2sqlmap.spring.lob.port.DefaultLobHandler
- すべての実装インタフェース: 
 - LobHandler
 
- public class DefaultLobHandler
- extends AbstractLobHandler
  
Spring FrameworkからSeasarへの移植版です。
 
| 
フィールドの概要 | 
protected  org.apache.commons.logging.Log | 
logger
 
            | 
 
 
 
 
| クラス java.lang.Object から継承したメソッド | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
logger
protected final org.apache.commons.logging.Log logger
DefaultLobHandler
public DefaultLobHandler()
getBlobAsBytes
public byte[] getBlobAsBytes(java.sql.ResultSet rs,
                             int columnIndex)
                      throws java.sql.SQLException
- 例外: 
 java.sql.SQLException
 
getBlobAsBinaryStream
public java.io.InputStream getBlobAsBinaryStream(java.sql.ResultSet rs,
                                                 int columnIndex)
                                          throws java.sql.SQLException
- 例外: 
 java.sql.SQLException
 
getClobAsString
public java.lang.String getClobAsString(java.sql.ResultSet rs,
                                        int columnIndex)
                                 throws java.sql.SQLException
- 例外: 
 java.sql.SQLException
 
getClobAsAsciiStream
public java.io.InputStream getClobAsAsciiStream(java.sql.ResultSet rs,
                                                int columnIndex)
                                         throws java.sql.SQLException
- 例外: 
 java.sql.SQLException
 
getClobAsCharacterStream
public java.io.Reader getClobAsCharacterStream(java.sql.ResultSet rs,
                                               int columnIndex)
                                        throws java.sql.SQLException
- 例外: 
 java.sql.SQLException
 
getLobCreator
public LobCreator getLobCreator()
 
Copyright © 2005 The Seasar Project. All Rights Reserved.