Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLite - C and C++ Programming » API Reference » UltraLite C++ API Reference » UltraLite_Cursor_iface class

 

GetStreamReader function

Synopsis
UltraLite_StreamReader * UltraLite_Cursor_iface::GetStreamReader(
  const ULValue & id
)
Parameters
  • id   A column identifier, which may be either a 1-based ordinal number or a column name.

Remarks

Gets a stream reader object for reading string or binary column data in chunks.