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

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

Méthodes publiques

Méthode Description
RevokeRoleStatement ( SerializationInfo info, StreamingContext context ) : System
RevokeRoleStatement ( string grantee, string roleName ) : System

Méthodes protégées

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

Method Details

ExecuteStatement() protected méthode

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

GetData() protected méthode

protected GetData ( SerializationInfo info ) : void
info System.Runtime.Serialization.SerializationInfo
Résultat void

RevokeRoleStatement() public méthode

public RevokeRoleStatement ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

RevokeRoleStatement() public méthode

public RevokeRoleStatement ( string grantee, string roleName ) : System
grantee string
roleName string
Résultat System