다음을 통해 공유


getResponseBuffering Method (SQLServerStatement)

Retrieves the response buffering mode for this SQLServerStatement object.

public final java.lang.String getResponseBuffering()

반환 값

A String that contains a lower-case full or adaptive.

주의

The full value specifies reading the entire result from the server at run time. The full value is the default behavior for the Microsoft SQL Server 2005 JDBC Driver version 1.2 and provides a backward compatibility with the Microsoft SQL Server 2005 JDBC Driver versions 1.0 and 1.1.

The adaptive value specifies buffering the minimum possible data when necessary. The adaptive value is the preferred buffering mode for the Microsoft SQL Server 2005 JDBC Driver version 1.2.

For more information about using the response buffering mode, see 선택 버퍼링 사용.

참고 항목

참조

setResponseBuffering Method (SQLServerStatement)
SQLServerStatement Class

개념

SQLServerStatement Methods
SQLServerStatement Members