Structures_DataGrid::enableStreaming

Structures_DataGrid::enableStreaming() – データソースからの読み込み、レンダラへの書き出しの際のストリーミング機能を有効にし、 バッファの大きさ (レコード数) を設定する

Synopsis

require_once 'Structures/DataGrid.php';

void Structures_DataGrid::enableStreaming ( integer $bufferSize = 500 )

Description

This package is not documented yet.

Parameter

integer $bufferSize

バッファリングするレコードの数。

Throws

例外はスローされません。

Note

This function can not be called statically.