getResponseBuffering Method (SQLServerStatement)

Retrieves the response buffering mode for this SQLServerStatement object.

public final java.lang.String getResponseBuffering()

Return Value

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

Remarks

The full value specifies reading the entire result from the server at run time. The full value was 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,1.1, and 1.2.

The adaptive value specifies buffering the minimum possible data when necessary. The adaptive value is the default buffering mode for the Microsoft SQL Server JDBC Driver version 2.0 or later.

For more information about using the response buffering mode, see Using Adaptive Buffering.

See Also

Reference

setResponseBuffering Method (SQLServerStatement)
SQLServerStatement Class

Concepts

SQLServerStatement Methods
SQLServerStatement Members