Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.67 KB

File metadata and controls

46 lines (35 loc) · 1.67 KB
title getResponseBuffering Method (SQLServerDataSource) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerDataSource.getResponseBuffering()
apilocation
SQLServerDataSource.getResponseBuffering()
apitype Assembly
ms.assetid 19585a93-88a4-415e-a20e-12ba58cddeaa
author David-Engel
ms.author v-daenge

getResponseBuffering Method (SQLServerDataSource)

[!INCLUDEDriver_JDBC_Download]

Returns the response buffering mode for this SQLServerDataSource object.

Syntax

  
public 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 adaptive value specifies buffering the minimum possible data when necessary. The adaptive value is the default buffering mode.

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

See Also

setResponseBuffering Method (SQLServerDataSource)
SQLServerDataSource Members
SQLServerDataSource Class