Gets a text-based description of query execution plan.
size_t UltraLite_PreparedStatement_iface::GetPlan( char * buffer, size_t size )
buffer The buffer in which to receive the plan description.
size The size, in ASCII characters, of the buffer.
A string describing the access plan UltraLite will use to execute a query.
This function is intended primarily for use during development.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |