Documentation

Privilege
in package

Privilege determines user access granularity.

Table of Contents

Properties

$name  : mixed
$namespace  : mixed
$setname  : mixed

Methods

dataAdmin()  : string
DataAdmin allows to manage indicies and user defined functions.
getName()  : string
getNamespace()  : string
getSetname()  : string
read()  : string
Read allows read transactions with the database.
readWrite()  : string
ReadWrite allows read and write transactions with the database.
readWriteUdf()  : string
ReadWriteUDF allows read, write and UDF transactions with the database.
sindexAdmin()  : string
SIndexAdmin allows to manage indicies.
sysAdmin()  : string
SysAdmin allows to manage indexes, user defined functions and server configuration.
truncate()  : string
Truncate allow issuing truncate commands.
udfAdmin()  : string
UDFAdmin allows to manage user defined functions.
userAdmin()  : string
UserAdmin allows to manages users and their roles.
write()  : string
Write allows write transactions with the database.

Properties

Methods

dataAdmin()

DataAdmin allows to manage indicies and user defined functions.

public static dataAdmin() : string
Return values
string

readWrite()

ReadWrite allows read and write transactions with the database.

public static readWrite() : string
Return values
string

readWriteUdf()

ReadWriteUDF allows read, write and UDF transactions with the database.

public static readWriteUdf() : string
Return values
string

sysAdmin()

SysAdmin allows to manage indexes, user defined functions and server configuration.

public static sysAdmin() : string
Return values
string

userAdmin()

UserAdmin allows to manages users and their roles.

public static userAdmin() : string
Return values
string

        
On this page

Search results