TableQuerySublayerSource

constructor(workspaceId: String, sqlQuery: String, objectIdFieldNames: Iterable<String>)

Creates a table query sublayer source.

Since

200.1.0

Parameters

workspaceId

The workspace ID.

sqlQuery

The SQL query.

objectIdFieldNames

The object ID field names as a MutableList of String.

See also