SQL property



Indicates the query's SQL command text.

Syntax

Set:     JdbcSource.Query.setSQL(text)
Get: text = JdbcSource.Query.getSQL()

Applies to

Query object .

Data type

String.

Usage

Not applicable.

Example
SQL property example

See also
Jdbcsource applet
Query object