![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
This example service is used for the tutorial. To learn more, see Chapter 2, Tutorial — Getting Started.To provide a mechanism for executing queries against the TIBCO BusinessConnect audit tables, the input SQL statement can be specified using the select and where arguments in the input schema. The query output is returned in a generic tabular structure defined by the response schema.The top level result set element is a sequence of rows, where each row contains a set of column/value pairs:
• The column is the column name in the SQL query
• The value is the actual value for that column for that particular row
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |