size_t UltraLite_PreparedStatement_iface::GetPlan(
ul_wchar * buffer,
size_t size
)
buffer The buffer to receive the plan description.
size The size, in ul_wchars, of the buffer.
Gets a text-based description of query execution plan in wide characters.
A string describing the access plan UltraLite will use to execute a query. This function is intended primarily for use during development.