Свойство | Тип | Описание | |
---|---|---|---|
_command | AbstractDbCommand |
Метод | Описание | |
---|---|---|
Close ( ) : void | ||
GetBoolean ( int columnIndex ) : bool | ||
GetBooleanSafe ( int columnIndex ) : bool | ||
GetByte ( int columnIndex ) : byte | ||
GetByteSafe ( int columnIndex ) : byte | ||
GetBytes ( int columnIndex ) : byte[] | ||
GetBytes ( int columnIndex, long dataIndex, byte buffer, int bufferIndex, int length ) : long | ||
GetChar ( int columnIndex ) : char | ||
GetCharSafe ( int columnIndex ) : char | ||
GetChars ( int columnIndex, long dataIndex, char buffer, int bufferIndex, int length ) : long | ||
GetData ( int i ) : IDataReader | ||
GetDataTypeName ( int columnIndex ) : string | ||
GetDateTime ( int columnIndex ) : System.DateTime | ||
GetDateTimeSafe ( int columnIndex ) : System.DateTime | ||
GetDecimal ( int columnIndex ) : decimal | ||
GetDecimalSafe ( int columnIndex ) : decimal | ||
GetDouble ( int columnIndex ) : double | ||
GetDoubleSafe ( int columnIndex ) : double | ||
GetEnumerator ( ) : IEnumerator | ||
GetFieldType ( int i ) : |
||
GetFloat ( int columnIndex ) : float | ||
GetFloatSafe ( int columnIndex ) : float | ||
GetGuid ( int columnIndex ) : System.Guid | ||
GetInt16 ( int columnIndex ) : short | ||
GetInt16Safe ( int columnIndex ) : short | ||
GetInt32 ( int columnIndex ) : int | ||
GetInt32Safe ( int columnIndex ) : int | ||
GetInt64 ( int columnIndex ) : long | ||
GetInt64Safe ( int columnIndex ) : long | ||
GetName ( int columnIndex ) : string | ||
GetOrdinal ( String columnName ) : int | ||
GetSchemaTable ( ) : |
||
GetString ( int columnIndex ) : string | ||
GetStringSafe ( int columnIndex ) : string | ||
GetTimeSpan ( int columnIndex ) : System.TimeSpan | ||
GetValue ( int columnIndex ) : object | ||
GetValues ( Object values ) : int | ||
IsDBNull ( int columnIndex ) : bool | ||
NextResult ( ) : bool | ||
Read ( ) : bool | ||
this ( String columnName ) : Object | ||
this ( int columnIndex ) : Object |
Метод | Описание | |
---|---|---|
AbstractDataReader ( AbstractDbCommand command ) : System | ||
ConstructSchemaTable ( ) : |
||
CreateException ( |
||
CreateException ( |
||
CreateException ( string message, |
||
CreateReaderCacheContainer ( int jdbcType, int columnIndex ) : IReaderCacheContainer | ||
GetProviderType ( int jdbcType ) : int | ||
IsNumeric ( int columnIndex ) : bool | ||
SetSchemaType ( |
Метод | Описание | |
---|---|---|
CloseCurrentResultSet ( ) : bool | ||
CloseInternal ( ) : void | ||
CreateReaderCache ( ) : IReaderCacheContainer[] | ||
FillReaderCache ( int columnIndex ) : void | ||
GetDateTimeUnsafe ( int columnIndex ) : System.DateTime | ||
GetDecimalUnsafe ( int columnIndex ) : decimal | ||
GetDoubleUnsafe ( int columnIndex ) : double | ||
GetFloatUnsafe ( int columnIndex ) : float | ||
GetInt16Unsafe ( int columnIndex ) : short | ||
GetInt32Unsafe ( int columnIndex ) : int | ||
GetInt64Unsafe ( int columnIndex ) : long | ||
GetStringUnsafe ( int columnIndex ) : string | ||
InitKeyInfo ( |
protected AbstractDataReader ( AbstractDbCommand command ) : System | ||
command | AbstractDbCommand | |
Результат | System |
protected static ConstructSchemaTable ( ) : |
||
Результат |
protected abstract CreateException ( |
||
e | ||
Результат |
protected CreateException ( |
||
e | ||
Результат |
protected abstract CreateException ( string message, |
||
message | string | |
e | ||
Результат |
protected CreateReaderCacheContainer ( int jdbcType, int columnIndex ) : IReaderCacheContainer | ||
jdbcType | int | |
columnIndex | int | |
Результат | IReaderCacheContainer |
public GetBoolean ( int columnIndex ) : bool | ||
columnIndex | int | |
Результат | bool |
public GetBooleanSafe ( int columnIndex ) : bool | ||
columnIndex | int | |
Результат | bool |
public GetByteSafe ( int columnIndex ) : byte | ||
columnIndex | int | |
Результат | byte |
public GetBytes ( int columnIndex ) : byte[] | ||
columnIndex | int | |
Результат | byte[] |
public GetBytes ( int columnIndex, long dataIndex, byte buffer, int bufferIndex, int length ) : long | ||
columnIndex | int | |
dataIndex | long | |
buffer | byte | |
bufferIndex | int | |
length | int | |
Результат | long |
public GetCharSafe ( int columnIndex ) : char | ||
columnIndex | int | |
Результат | char |
public GetChars ( int columnIndex, long dataIndex, char buffer, int bufferIndex, int length ) : long | ||
columnIndex | int | |
dataIndex | long | |
buffer | char | |
bufferIndex | int | |
length | int | |
Результат | long |
public GetDataTypeName ( int columnIndex ) : string | ||
columnIndex | int | |
Результат | string |
public GetDateTime ( int columnIndex ) : System.DateTime | ||
columnIndex | int | |
Результат | System.DateTime |
public GetDateTimeSafe ( int columnIndex ) : System.DateTime | ||
columnIndex | int | |
Результат | System.DateTime |
public GetDecimal ( int columnIndex ) : decimal | ||
columnIndex | int | |
Результат | decimal |
public GetDecimalSafe ( int columnIndex ) : decimal | ||
columnIndex | int | |
Результат | decimal |
public GetDouble ( int columnIndex ) : double | ||
columnIndex | int | |
Результат | double |
public GetDoubleSafe ( int columnIndex ) : double | ||
columnIndex | int | |
Результат | double |
public GetFloat ( int columnIndex ) : float | ||
columnIndex | int | |
Результат | float |
public GetFloatSafe ( int columnIndex ) : float | ||
columnIndex | int | |
Результат | float |
public GetGuid ( int columnIndex ) : System.Guid | ||
columnIndex | int | |
Результат | System.Guid |
public GetInt16 ( int columnIndex ) : short | ||
columnIndex | int | |
Результат | short |
public GetInt16Safe ( int columnIndex ) : short | ||
columnIndex | int | |
Результат | short |
public GetInt32Safe ( int columnIndex ) : int | ||
columnIndex | int | |
Результат | int |
public GetInt64 ( int columnIndex ) : long | ||
columnIndex | int | |
Результат | long |
public GetInt64Safe ( int columnIndex ) : long | ||
columnIndex | int | |
Результат | long |
public GetName ( int columnIndex ) : string | ||
columnIndex | int | |
Результат | string |
public GetOrdinal ( String columnName ) : int | ||
columnName | String | |
Результат | int |
protected abstract GetProviderType ( int jdbcType ) : int | ||
jdbcType | int | |
Результат | int |
public GetSchemaTable ( ) : |
||
Результат |
public GetString ( int columnIndex ) : string | ||
columnIndex | int | |
Результат | string |
public GetStringSafe ( int columnIndex ) : string | ||
columnIndex | int | |
Результат | string |
public GetTimeSpan ( int columnIndex ) : System.TimeSpan | ||
columnIndex | int | |
Результат | System.TimeSpan |
public GetValue ( int columnIndex ) : object | ||
columnIndex | int | |
Результат | object |
public IsDBNull ( int columnIndex ) : bool | ||
columnIndex | int | |
Результат | bool |
protected IsNumeric ( int columnIndex ) : bool | ||
columnIndex | int | |
Результат | bool |
protected SetSchemaType ( |
||
schemaRow | ||
metaData | ResultSetMetaData | |
columnIndex | int | |
Результат | void |
public this ( String columnName ) : Object | ||
columnName | String | |
Результат | Object |