ResultStyle property



Indicates the result style used to publish query results to the InfoBus.

Syntax

Set:     JdbcSource.Query.setResultStyle(style)
Get: style = JdbcSource.Query.getResultStyle()

Applies to

Query object .

Data type

String.

Usage

This property is only used for retrieval queries. Valid result styles are the following:

Example
ResultStyle property example (Query object)

See also
Jdbcsource applet
Query object