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

SQL Anywhere 10.0.1 » SQL Anywhere Server - SQL Reference » SQL Functions » Alphabetical list of functions

TRACEBACK function [Miscellaneous] Next Page

TRACED_PLAN function [Miscellaneous]


This function is used by Sybase Central to generate a graphical plan for a query using tracing data.

Syntax

TRACED_PLAN( logging_session_id, query_id )

Parameters

logging_session_id    Combined with query_id, this INTEGER parameter identifies a row from the sa_diagnostic_query table for which to generate the plan.

query_id    Combined with logging_session_id, this INTEGER parameter identifies a row from the sa_diagnostic_query table for which to generate the plan.

Remarks

This function is for use by Sybase Central.

See also
Standards and compatibility