C# Class Deveel.Data.Protocol.QueryResult

Inheritance: IDisposable
Show file Open project: deveel/deveeldb Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GetColumn ( int columnOffset ) : QueryResultColumn
GetValue ( int rowIndex, int columnIndex ) : Field

Private Methods

Method Description
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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetColumn() public method

public GetColumn ( int columnOffset ) : QueryResultColumn
columnOffset int
return QueryResultColumn

GetValue() public method

public GetValue ( int rowIndex, int columnIndex ) : Field
rowIndex int
columnIndex int
return Field