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_StreamReader_iface class

 

SetReadPosition function

Synopsis
bool UltraLite_StreamReader_iface::SetReadPosition(
  size_t offset,
  bool offset_in_chars
)
Parameters
  • offset   The offset.

  • offset_in_chars   True if offset is in characters. False if the offset is in bytes.

Remarks

Sets the offset in the data for the next read.