C# Class Deveel.Data.Sql.Statements.GrantRoleStatement

Inheritance: SqlStatement
Afficher le fichier Open project: deveel/deveeldb Class Usage Examples

Méthodes publiques

Méthode Description
GrantRoleStatement ( string grantee, string role ) : System
GrantRoleStatement ( string grantee, string role, bool withAdmin ) : System

Méthodes protégées

Méthode Description
ConfigureSecurity ( ExecutionContext context ) : void
ExecuteStatement ( ExecutionContext context ) : void
GetData ( SerializationInfo info ) : void

Private Methods

Méthode Description
GrantRoleStatement ( SerializationInfo info, StreamingContext context ) : System

Method Details

ConfigureSecurity() protected méthode

protected ConfigureSecurity ( ExecutionContext context ) : void
context ExecutionContext
Résultat void

ExecuteStatement() protected méthode

protected ExecuteStatement ( ExecutionContext context ) : void
context ExecutionContext
Résultat void

GetData() protected méthode

protected GetData ( SerializationInfo info ) : void
info SerializationInfo
Résultat void

GrantRoleStatement() public méthode

public GrantRoleStatement ( string grantee, string role ) : System
grantee string
role string
Résultat System

GrantRoleStatement() public méthode

public GrantRoleStatement ( string grantee, string role, bool withAdmin ) : System
grantee string
role string
withAdmin bool
Résultat System