IsRetrieval property



Indicates whether the query is a retrieval query or a command query.

Syntax

Set:     JdbcSource.Query.setIsRetrieval(type)
Get: type = JdbcSource.Query.getIsRetrieval()

Applies to

Query object.

Data type

Boolean.

Usage

This property can set or return the type of query. A value of True indicates a retrieval query while a value of False indicates a command query.

Example
IsRetrieval property example

See also
Jdbcsource applet
Query object