PrincipalPermissionsDataCellsFilterResource

data class PrincipalPermissionsDataCellsFilterResource(val databaseName: String, val name: String, val tableCatalogId: String, val tableName: String)

A structure that describes certain columns on certain rows.

Constructors

constructor(databaseName: String, name: String, tableCatalogId: String, tableName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A database in the GLUDC.

Link copied to clipboard

The name given by the user to the data filter cell.

Link copied to clipboard

The ID of the catalog to which the table belongs.

Link copied to clipboard

The name of the table.