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

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

공개 메소드들

메소드 설명
RevokePrivilegesStatement ( string grantee, Privileges privileges, ObjectName objectName ) : System
RevokePrivilegesStatement ( string grantee, Privileges privileges, ObjectName objectName, IEnumerable columns ) : System
RevokePrivilegesStatement ( string grantee, Privileges privileges, bool grantOption, ObjectName objectName ) : System
RevokePrivilegesStatement ( string grantee, Privileges privileges, bool grantOption, ObjectName objectName, IEnumerable columns ) : System

보호된 메소드들

메소드 설명
ExecuteStatement ( ExecutionContext context ) : void
GetData ( SerializationInfo info ) : void
PrepareStatement ( IRequest context ) : SqlStatement

비공개 메소드들

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

메소드 상세

ExecuteStatement() 보호된 메소드

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

GetData() 보호된 메소드

protected GetData ( SerializationInfo info ) : void
info System.Runtime.Serialization.SerializationInfo
리턴 void

PrepareStatement() 보호된 메소드

protected PrepareStatement ( IRequest context ) : SqlStatement
context IRequest
리턴 SqlStatement

RevokePrivilegesStatement() 공개 메소드

public RevokePrivilegesStatement ( string grantee, Privileges privileges, ObjectName objectName ) : System
grantee string
privileges Privileges
objectName ObjectName
리턴 System

RevokePrivilegesStatement() 공개 메소드

public RevokePrivilegesStatement ( string grantee, Privileges privileges, ObjectName objectName, IEnumerable columns ) : System
grantee string
privileges Privileges
objectName ObjectName
columns IEnumerable
리턴 System

RevokePrivilegesStatement() 공개 메소드

public RevokePrivilegesStatement ( string grantee, Privileges privileges, bool grantOption, ObjectName objectName ) : System
grantee string
privileges Privileges
grantOption bool
objectName ObjectName
리턴 System

RevokePrivilegesStatement() 공개 메소드

public RevokePrivilegesStatement ( string grantee, Privileges privileges, bool grantOption, ObjectName objectName, IEnumerable columns ) : System
grantee string
privileges Privileges
grantOption bool
objectName ObjectName
columns IEnumerable
리턴 System