Méthode | Description | |
---|---|---|
Close ( ) : void | ||
Dispose ( ) : void | ||
Download ( int rowIndex, int rowCount ) : void | ||
DownloadAndClose ( ) : void | ||
FindColumnIndex ( string name ) : int |
Searches for the index of the column with the given name.
|
|
First ( ) : bool | ||
GetColumn ( int offset ) : |
||
GetRawColumn ( int column ) : ISqlObject | ||
GetRuntimeValue ( int ordinal ) : object | ||
LocalQueryResult ( |
||
Next ( ) : bool | ||
SetFetchSize ( int rows ) : void | ||
SetMaxRowCount ( int rowCount ) : void | ||
Setup ( int id, |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
EnsureIndexLoaded ( ) : void |
Ensures that the row index pointed to by 'real_index' is actually loaded into the 'result_block'. If not, we send a request to the database to get it. |
|
RealIndexUpdate ( ) : void |
public Download ( int rowIndex, int rowCount ) : void | ||
rowIndex | int | |
rowCount | int | |
Résultat | void |
public FindColumnIndex ( string name ) : int | ||
name | string | |
Résultat | int |
public GetColumn ( int offset ) : |
||
offset | int | |
Résultat |
public GetRawColumn ( int column ) : ISqlObject | ||
column | int | |
Résultat | ISqlObject |
public GetRuntimeValue ( int ordinal ) : object | ||
ordinal | int | |
Résultat | object |
public LocalQueryResult ( |
||
connection | ||
Résultat | System |
public SetMaxRowCount ( int rowCount ) : void | ||
rowCount | int | |
Résultat | void |
public Setup ( int id, |
||
id | int | |
columnList | ||
totalRowCount | int | |
Résultat | void |