org.seasar.s2sqlmap.spring.lob.port
インタフェース LobHandler

既知の実装クラスの一覧:
AbstractLobHandler

public interface LobHandler

Spring FrameworkからSeasarへの移植版です。


メソッドの概要
 java.io.InputStream getBlobAsBinaryStream(java.sql.ResultSet rs, int columnIndex)
           
 java.io.InputStream getBlobAsBinaryStream(java.sql.ResultSet rs, java.lang.String columnName)
           
 byte[] getBlobAsBytes(java.sql.ResultSet rs, int columnIndex)
           
 byte[] getBlobAsBytes(java.sql.ResultSet rs, java.lang.String columnName)
           
 java.io.InputStream getClobAsAsciiStream(java.sql.ResultSet rs, int columnIndex)
           
 java.io.InputStream getClobAsAsciiStream(java.sql.ResultSet rs, java.lang.String columnName)
           
 java.io.Reader getClobAsCharacterStream(java.sql.ResultSet rs, int columnIndex)
           
 java.io.Reader getClobAsCharacterStream(java.sql.ResultSet rs, java.lang.String columnName)
           
 java.lang.String getClobAsString(java.sql.ResultSet rs, int columnIndex)
           
 java.lang.String getClobAsString(java.sql.ResultSet rs, java.lang.String columnName)
           
 LobCreator getLobCreator()
           
 

メソッドの詳細

getBlobAsBytes

public byte[] getBlobAsBytes(java.sql.ResultSet rs,
                             java.lang.String columnName)
                      throws java.sql.SQLException
例外:
java.sql.SQLException

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,
                                                 java.lang.String columnName)
                                          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,
                                        java.lang.String columnName)
                                 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,
                                                java.lang.String columnName)
                                         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,
                                               java.lang.String columnName)
                                        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.