Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AccessType

The type of access a user has on a table/view.

Enumeration members

Delete

Delete: = "DELETE"

Insert

Insert: = "INSERT"

Owner

Owner: = "OWNER"

Select

Select: = "SELECT"

UnknownValue

UnknownValue: = "UNKNOWN_VALUE"

This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.

Update

Update: = "UPDATE"

Functions

getDeserializedJsonObj

getJsonObj