C# 클래스 Deveel.Data.Sql.Statements.GrantRoleStatement

상속: SqlStatement
파일 보기 프로젝트 열기: deveel/deveeldb 1 사용 예제들

공개 메소드들

메소드 설명
GrantRoleStatement ( string grantee, string role ) : System
GrantRoleStatement ( string grantee, string role, bool withAdmin ) : System

보호된 메소드들

메소드 설명
ConfigureSecurity ( ExecutionContext context ) : void
ExecuteStatement ( ExecutionContext context ) : void
GetData ( SerializationInfo info ) : void

비공개 메소드들

메소드 설명
GrantRoleStatement ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

ConfigureSecurity() 보호된 메소드

protected ConfigureSecurity ( ExecutionContext context ) : void
context ExecutionContext
리턴 void

ExecuteStatement() 보호된 메소드

protected ExecuteStatement ( ExecutionContext context ) : void
context ExecutionContext
리턴 void

GetData() 보호된 메소드

protected GetData ( SerializationInfo info ) : void
info SerializationInfo
리턴 void

GrantRoleStatement() 공개 메소드

public GrantRoleStatement ( string grantee, string role ) : System
grantee string
role string
리턴 System

GrantRoleStatement() 공개 메소드

public GrantRoleStatement ( string grantee, string role, bool withAdmin ) : System
grantee string
role string
withAdmin bool
리턴 System