queries property
Sets or gets the vector of query object(s) associated with the JdbcSource applet. The query object is used to specify the actual SQL statement executed by the JdbcSource applet.
Syntax
Set: JdbcSourceobject.setQueries(queryObject)
Get: queryObject = JdbcSourceobject.getQueries()
Applies to
JdbcSource class.
Data type
Vector.
Usage
Not applicable.
Example
queries property example
See also
query object