Method | Description | |
---|---|---|
Close ( ) : void |
Closes the current resultset, dumping any data still on the wire
|
|
FieldRead ( int index ) : bool | ||
GetOrdinal ( string name ) : int |
return the ordinal for the given column name
|
|
NextRow ( CommandBehavior behavior ) : bool | ||
ResultSet ( Driver d, int statementId, int numCols ) : System | ||
ResultSet ( int affectedRows, int insertedId ) : System | ||
SetValueObject ( int i, IMySqlValue valueObject ) : void | ||
this ( int index ) : IMySqlValue |
Retrieve the value as the given column index
|
Method | Description | |
---|---|---|
GetNextRow ( ) : bool | ||
LoadColumns ( int numCols ) : void |
Loads the column metadata for the current resultset
|
|
ReadColumnData ( bool outputParms ) : void |
public NextRow ( CommandBehavior behavior ) : bool | ||
behavior | CommandBehavior | |
return | bool |
public ResultSet ( Driver d, int statementId, int numCols ) : System | ||
d | Driver | |
statementId | int | |
numCols | int | |
return | System |
public ResultSet ( int affectedRows, int insertedId ) : System | ||
affectedRows | int | |
insertedId | int | |
return | System |
public SetValueObject ( int i, IMySqlValue valueObject ) : void | ||
i | int | |
valueObject | IMySqlValue | |
return | void |
public this ( int index ) : IMySqlValue | ||
index | int | The column value to retrieve |
return | IMySqlValue |