SQLActionFacet

data class SQLActionFacet(val getProducer: String, val getSchemaURL: String, val query: String)

Represents a SQL action facet.

Parameters

getProducer

The name of the producer of the action.

getSchemaURL

The URL of the schema for the action.

query

The SQL query.

Constructors

Link copied to clipboard
constructor(getProducer: String, getSchemaURL: String, query: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard