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

 

GetPlan function

Gets a text-based description of query execution plan in wide characters.

Syntax
size_t UltraLite_PreparedStatement_iface::GetPlan(
  ul_wchar * buffer,
  size_t size
)
Parameters
  • buffer   The buffer to receive the plan description.

  • size   The size, in ul_wchars, of the buffer.

Returns

A string describing the access plan UltraLite will use to execute a query.

Remarks

This function is intended primarily for use during development.