Class SqlServerDialect.SqlServerResultSetConvertor

java.lang.Object
nablarch.core.db.dialect.SqlServerDialect.SqlServerResultSetConvertor
All Implemented Interfaces:
ResultSetConvertor
Enclosing class:
SqlServerDialect

protected static class SqlServerDialect.SqlServerResultSetConvertor extends Object implements ResultSetConvertor
SQLServer用のResultSet変換クラス。

このクラスでは、varbinary(max)で定義されたカラムの場合、 ヒープを圧迫しないようにResultSet.getBinaryStream(int)の結果を返す。