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

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

공개 메소드들

메소드 설명
Dispose ( ) : void
GetColumn ( int columnOffset ) : QueryResultColumn
GetValue ( int rowIndex, int columnIndex ) : Field

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void
FormColumns ( StatementResult result ) : void
IsInConstraint ( ObjectName columnName, ConstraintType constraintType ) : bool
IsKey ( ObjectName columnName ) : bool
IsUnique ( ObjectName columnName ) : bool
QueryResult ( Deveel.Data.Sql.SqlQuery query, StatementResult result, bool readAll ) : System
ReadAll ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetColumn() 공개 메소드

public GetColumn ( int columnOffset ) : QueryResultColumn
columnOffset int
리턴 QueryResultColumn

GetValue() 공개 메소드

public GetValue ( int rowIndex, int columnIndex ) : Field
rowIndex int
columnIndex int
리턴 Field