<< Click to Display Table of Contents >>
JDBCFetchRow
JDBC 전송 ROW 즉, 결과 셋 반환 시 한꺼번에 가져올 수 있는 행 수
Prototype
integer JDBCFetchRow
Example
var ds = This.GetDataSet();
_DEBUG("JDBCFetchRow " + ds.JDBCFetchRow);