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

SQL Anywhere 11.0.1 (Français) » UltraLite - C and C++ Programming » API Reference » UltraLite C++ API reference » UltraLite_StreamReader_iface class

 

SetReadPosition function

Sets the offset in the data for the next read.

Syntax
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.