C# 클래스 Deveel.Data.Protocol.QueryResultPart

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

공개 메소드들

메소드 설명
AddRow ( QueryResultRow row ) : void
GetRow ( int index ) : QueryResultRow
QueryResultPart ( int columnCount ) : System

메소드 상세

AddRow() 공개 메소드

public AddRow ( QueryResultRow row ) : void
row QueryResultRow
리턴 void

GetRow() 공개 메소드

public GetRow ( int index ) : QueryResultRow
index int
리턴 QueryResultRow

QueryResultPart() 공개 메소드

public QueryResultPart ( int columnCount ) : System
columnCount int
리턴 System