Method | Description | |
---|---|---|
Close ( ) : void | ||
Dispose ( ) : void | ||
GetBoolean ( int col ) : System.Boolean | ||
GetByte ( int col ) : Byte | ||
GetBytes ( int col, long fieldOffset, byte buffer, int bufferOffset, int length ) : long | ||
GetChar ( int col ) : Char | ||
GetChars ( int col, long fieldOffset, char buffer, int bufferOffset, int length ) : long | ||
GetData ( int col ) : IDataReader | ||
GetDataTypeName ( int col ) : string | ||
GetDate ( int col ) : System.DateTime | ||
GetDateTime ( int col ) : System.DateTime | ||
GetDecimal ( int col ) : Decimal | ||
GetDouble ( int col ) : Double | ||
GetFieldType ( int col ) : |
||
GetFloat ( int col ) : float | ||
GetGuid ( int col ) : System.Guid | ||
GetInt16 ( int col ) : short | ||
GetInt32 ( int col ) : int | ||
GetInt64 ( int col ) : long | ||
GetName ( int col ) : string | ||
GetOrdinal ( string name ) : int | ||
GetSchemaTable ( ) : |
||
GetString ( int col ) : string | ||
GetStringInternal ( int col ) : object | ||
GetTime ( int col ) : System.TimeSpan | ||
GetTimeSpan ( int col ) : System.TimeSpan | ||
GetValue ( int col ) : object | ||
GetValues ( object values ) : int | ||
IsDBNull ( int col ) : bool | ||
NextResult ( ) : bool | ||
Read ( ) : bool | ||
this ( int col ) : object | ||
this ( string name ) : object |
Method | Description | |
---|---|---|
BuildNewSchemaTable ( ) : |
||
DB2DataReader ( IBM.Data.DB2.DB2Connection con, IBM.Data.DB2.DB2Command com, CommandBehavior behavior ) : System |
|
|
Dispose ( bool disposing ) : void | ||
FieldNameLookup ( |
FetchResults does what it says.
|
|
GetBlobDataInternal ( int col ) : object | ||
GetBooleanInternal ( int col ) : object | ||
GetByteInternal ( int col ) : object | ||
GetCharInternal ( int col ) : object | ||
GetColumnInfo ( ) : void | ||
GetDateInternal ( int col ) : object | ||
GetDateTimeInternal ( int col ) : object | ||
GetDecimalInternal ( int col ) : object | ||
GetDoubleInternal ( int col ) : object | ||
GetFieldCountAndAffectedRows ( ) : void | ||
GetFloatInternal ( int col ) : object | ||
GetGuidInternal ( int col ) : object | ||
GetInt16Internal ( int col ) : object | ||
GetInt32Internal ( int col ) : object | ||
GetInt64Internal ( int col ) : object | ||
GetManagedType ( int sql_type ) : |
||
GetTimeInternal ( int col ) : object | ||
InitMem ( int memSize, |
||
IsLong ( short sql_type ) : bool |
public GetBoolean ( int col ) : System.Boolean | ||
col | int | |
return | System.Boolean |
public GetBytes ( int col, long fieldOffset, byte buffer, int bufferOffset, int length ) : long | ||
col | int | |
fieldOffset | long | |
buffer | byte | |
bufferOffset | int | |
length | int | |
return | long |
public GetChars ( int col, long fieldOffset, char buffer, int bufferOffset, int length ) : long | ||
col | int | |
fieldOffset | long | |
buffer | char | |
bufferOffset | int | |
length | int | |
return | long |
public GetDateTime ( int col ) : System.DateTime | ||
col | int | |
return | System.DateTime |
public GetStringInternal ( int col ) : object | ||
col | int | |
return | object |
public GetTimeSpan ( int col ) : System.TimeSpan | ||
col | int | |
return | System.TimeSpan |