C# Класс System.Data.ProviderBase.AbstractDataReader

Наследование: System.Data.Common.DbDataReader, ISafeDataRecord
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
_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 ) : Type
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 ( ) : DataTable
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 ( ) : DataTable
CreateException ( IOException e ) : SystemException
CreateException ( SQLException e ) : SystemException
CreateException ( string message, SQLException e ) : SystemException
CreateReaderCacheContainer ( int jdbcType, int columnIndex ) : IReaderCacheContainer
GetProviderType ( int jdbcType ) : int
IsNumeric ( int columnIndex ) : bool
SetSchemaType ( DataRow schemaRow, ResultSetMetaData metaData, int columnIndex ) : void

Приватные методы

Метод Описание
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 ( DataRow row, DatabaseMetaData dbMetaData, String catalog, String schema, String table ) : void

Описание методов

AbstractDataReader() защищенный Метод

protected AbstractDataReader ( AbstractDbCommand command ) : System
command AbstractDbCommand
Результат System

Close() публичный Метод

public Close ( ) : void
Результат void

ConstructSchemaTable() защищенный статический Метод

protected static ConstructSchemaTable ( ) : DataTable
Результат System.Data.DataTable

CreateException() защищенный абстрактный Метод

protected abstract CreateException ( IOException e ) : SystemException
e java.io.IOException
Результат System.SystemException

CreateException() защищенный Метод

protected CreateException ( SQLException e ) : SystemException
e java.sql.SQLException
Результат System.SystemException

CreateException() защищенный абстрактный Метод

protected abstract CreateException ( string message, SQLException e ) : SystemException
message string
e java.sql.SQLException
Результат System.SystemException

CreateReaderCacheContainer() защищенный Метод

protected CreateReaderCacheContainer ( int jdbcType, int columnIndex ) : IReaderCacheContainer
jdbcType int
columnIndex int
Результат IReaderCacheContainer

GetBoolean() публичный Метод

public GetBoolean ( int columnIndex ) : bool
columnIndex int
Результат bool

GetBooleanSafe() публичный Метод

public GetBooleanSafe ( int columnIndex ) : bool
columnIndex int
Результат bool

GetByte() публичный Метод

public GetByte ( int columnIndex ) : byte
columnIndex int
Результат byte

GetByteSafe() публичный Метод

public GetByteSafe ( int columnIndex ) : byte
columnIndex int
Результат byte

GetBytes() публичный Метод

public GetBytes ( int columnIndex ) : byte[]
columnIndex int
Результат byte[]

GetBytes() публичный Метод

public GetBytes ( int columnIndex, long dataIndex, byte buffer, int bufferIndex, int length ) : long
columnIndex int
dataIndex long
buffer byte
bufferIndex int
length int
Результат long

GetChar() публичный Метод

public GetChar ( int columnIndex ) : char
columnIndex int
Результат char

GetCharSafe() публичный Метод

public GetCharSafe ( int columnIndex ) : char
columnIndex int
Результат char

GetChars() публичный Метод

public GetChars ( int columnIndex, long dataIndex, char buffer, int bufferIndex, int length ) : long
columnIndex int
dataIndex long
buffer char
bufferIndex int
length int
Результат long

GetData() публичный Метод

public GetData ( int i ) : IDataReader
i int
Результат IDataReader

GetDataTypeName() публичный Метод

public GetDataTypeName ( int columnIndex ) : string
columnIndex int
Результат string

GetDateTime() публичный Метод

public GetDateTime ( int columnIndex ) : System.DateTime
columnIndex int
Результат System.DateTime

GetDateTimeSafe() публичный Метод

public GetDateTimeSafe ( int columnIndex ) : System.DateTime
columnIndex int
Результат System.DateTime

GetDecimal() публичный Метод

public GetDecimal ( int columnIndex ) : decimal
columnIndex int
Результат decimal

GetDecimalSafe() публичный Метод

public GetDecimalSafe ( int columnIndex ) : decimal
columnIndex int
Результат decimal

GetDouble() публичный Метод

public GetDouble ( int columnIndex ) : double
columnIndex int
Результат double

GetDoubleSafe() публичный Метод

public GetDoubleSafe ( int columnIndex ) : double
columnIndex int
Результат double

GetEnumerator() публичный Метод

public GetEnumerator ( ) : IEnumerator
Результат IEnumerator

GetFieldType() публичный Метод

public GetFieldType ( int i ) : Type
i int
Результат System.Type

GetFloat() публичный Метод

public GetFloat ( int columnIndex ) : float
columnIndex int
Результат float

GetFloatSafe() публичный Метод

public GetFloatSafe ( int columnIndex ) : float
columnIndex int
Результат float

GetGuid() публичный Метод

public GetGuid ( int columnIndex ) : System.Guid
columnIndex int
Результат System.Guid

GetInt16() публичный Метод

public GetInt16 ( int columnIndex ) : short
columnIndex int
Результат short

GetInt16Safe() публичный Метод

public GetInt16Safe ( int columnIndex ) : short
columnIndex int
Результат short

GetInt32() публичный Метод

public GetInt32 ( int columnIndex ) : int
columnIndex int
Результат int

GetInt32Safe() публичный Метод

public GetInt32Safe ( int columnIndex ) : int
columnIndex int
Результат int

GetInt64() публичный Метод

public GetInt64 ( int columnIndex ) : long
columnIndex int
Результат long

GetInt64Safe() публичный Метод

public GetInt64Safe ( int columnIndex ) : long
columnIndex int
Результат long

GetName() публичный Метод

public GetName ( int columnIndex ) : string
columnIndex int
Результат string

GetOrdinal() публичный Метод

public GetOrdinal ( String columnName ) : int
columnName String
Результат int

GetProviderType() защищенный абстрактный Метод

protected abstract GetProviderType ( int jdbcType ) : int
jdbcType int
Результат int

GetSchemaTable() публичный Метод

public GetSchemaTable ( ) : DataTable
Результат System.Data.DataTable

GetString() публичный Метод

public GetString ( int columnIndex ) : string
columnIndex int
Результат string

GetStringSafe() публичный Метод

public GetStringSafe ( int columnIndex ) : string
columnIndex int
Результат string

GetTimeSpan() публичный Метод

public GetTimeSpan ( int columnIndex ) : System.TimeSpan
columnIndex int
Результат System.TimeSpan

GetValue() публичный Метод

public GetValue ( int columnIndex ) : object
columnIndex int
Результат object

GetValues() публичный Метод

public GetValues ( Object values ) : int
values Object
Результат int

IsDBNull() публичный Метод

public IsDBNull ( int columnIndex ) : bool
columnIndex int
Результат bool

IsNumeric() защищенный Метод

protected IsNumeric ( int columnIndex ) : bool
columnIndex int
Результат bool

NextResult() публичный Метод

public NextResult ( ) : bool
Результат bool

Read() публичный Метод

public Read ( ) : bool
Результат bool

SetSchemaType() защищенный Метод

protected SetSchemaType ( DataRow schemaRow, ResultSetMetaData metaData, int columnIndex ) : void
schemaRow System.Data.DataRow
metaData ResultSetMetaData
columnIndex int
Результат void

this() публичный Метод

public this ( String columnName ) : Object
columnName String
Результат Object

this() публичный Метод

public this ( int columnIndex ) : Object
columnIndex int
Результат Object

Описание свойств

_command защищенное свойство

protected AbstractDbCommand _command
Результат AbstractDbCommand