C# 클래스 CqlSharp.Protocol.QueryFrame

상속: QueryFrameBase
파일 보기 프로젝트 열기: reuzel/CqlSharp 1 사용 예제들

공개 메소드들

메소드 설명
QueryFrame ( string cql, CqlConsistency cqlConsistency, byte parameters ) : System.IO

Initializes a new instance of the QueryFrame class.

보호된 메소드들

메소드 설명
WriteData ( Stream buffer ) : void

메소드 상세

QueryFrame() 공개 메소드

Initializes a new instance of the QueryFrame class.
public QueryFrame ( string cql, CqlConsistency cqlConsistency, byte parameters ) : System.IO
cql string The CQL.
cqlConsistency CqlConsistency The CQL consistency.
parameters byte The parameters.
리턴 System.IO

WriteData() 보호된 메소드

protected WriteData ( Stream buffer ) : void
buffer System.IO.Stream
리턴 void