| New member/overload additions in .NET v1.1.4322 |
.ctor |
| private OdbcDataReader(System.Data.Odbc.OdbcCommand command, System.Data.Odbc.CMDWrapper cmdWrapper, System.Data.CommandBehavior commandbehavior) |
|
_buffer |
| private System.Data.Odbc.CNativeBuffer _buffer |
|
_cmdWrapper |
| private System.Data.Odbc.CMDWrapper _cmdWrapper |
|
_fieldNameLookup |
| private System.Data.Common.FieldNameLookup _fieldNameLookup |
|
_hasRows |
| private System.Data.Odbc.OdbcDataReader+HasRowsStatus _hasRows |
|
_hiddenColumns |
| private System.Int32 _hiddenColumns |
|
_isClosed |
| private System.Boolean _isClosed |
|
_isDisposing |
| private System.Boolean _isDisposing |
|
_isRead |
| private System.Boolean _isRead |
|
_isRowReturningResult |
| private System.Boolean _isRowReturningResult |
|
_noMoreResults |
| private System.Boolean _noMoreResults |
|
_parameterBuffer |
| private System.Data.Odbc.CNativeBuffer[] _parameterBuffer |
|
_parameterintbuffer |
| private System.Data.Odbc.CNativeBuffer[] _parameterintbuffer |
|
_skipReadOnce |
| private System.Boolean _skipReadOnce |
|
_validResult |
| private System.Boolean _validResult |
|
BuildMetaDataInfo |
| private void BuildMetaDataInfo() |
|
CalculateRecordsAffected |
| private System.Int32 CalculateRecordsAffected() |
|
Close |
| public void Close() |
|
command |
| private System.Data.Odbc.OdbcCommand command |
|
commandBehavior |
| private System.Data.CommandBehavior commandBehavior |
|
dataCache |
| private System.Data.Odbc.DbCache dataCache |
|
Depth |
| public System.Int32 Depth |
|
Dispose |
| private void Dispose(System.Boolean disposing) |
|
FieldCount |
| public System.Int32 FieldCount |
|
FieldCountNoThrow |
| private System.Data.Odbc.ODBC32+RETCODE FieldCountNoThrow(System.Int16& cColsAffected) |
|
Finalize |
| protected void Finalize() |
|
FirstResult |
| private void FirstResult() |
|
get_Command |
| private System.Data.Odbc.OdbcCommand get_Command() |
|
get_Connection |
| private System.Data.Odbc.OdbcConnection get_Connection() |
|
GetBoolean |
| public System.Boolean GetBoolean(System.Int32 i) |
|
GetByte |
| public System.Byte GetByte(System.Int32 i) |
|
GetBytes |
| public System.Int64 GetBytes(System.Int32 i, System.Int64 dataIndex, System.Byte[] buffer, System.Int32 bufferIndex, System.Int32 length) |
|
GetChar |
| public System.Char GetChar(System.Int32 i) |
|
GetChars |
| public System.Int64 GetChars(System.Int32 i, System.Int64 dataIndex, System.Char[] buffer, System.Int32 bufferIndex, System.Int32 length) |
|
GetColAttribute |
| private System.Int32 GetColAttribute(System.Int32 iColumn, System.Data.Odbc.ODBC32+SQL_DESC v3FieldId, System.Data.Odbc.ODBC32+SQL_COLUMN v2FieldId, System.Data.Odbc.ODBC32+HANDLER handler) |
|
GetColAttributeStr |
| private System.String GetColAttributeStr(System.Int32 i, System.Data.Odbc.ODBC32+SQL_DESC v3FieldId, System.Data.Odbc.ODBC32+SQL_COLUMN v2FieldId, System.Data.Odbc.ODBC32+HANDLER handler) |
|
GetData |
| public System.Data.IDataReader GetData(System.Int32 i) |
| private System.Int32 GetData(System.Int32 i, System.Data.Odbc.ODBC32+SQL_C sqlctype) |
| private System.Int32 GetData(System.Int32 i, System.Data.Odbc.ODBC32+SQL_C sqlctype, System.Int32 cb) |
|
GetDataTypeName |
| public System.String GetDataTypeName(System.Int32 i) |
|
GetDate |
| public System.DateTime GetDate(System.Int32 i) |
|
GetDateTime |
| public System.DateTime GetDateTime(System.Int32 i) |
|
GetDecimal |
| public System.Decimal GetDecimal(System.Int32 i) |
|
GetDescFieldStr |
| private System.String GetDescFieldStr(System.Int32 i, System.Data.Odbc.ODBC32+SQL_DESC attribute, System.Data.Odbc.ODBC32+HANDLER handler) |
|
GetDouble |
| public System.Double GetDouble(System.Int32 i) |
|
GetFieldLength |
| private System.Int32 GetFieldLength(System.Int32 i, System.Data.Odbc.ODBC32+SQL_C sqlctype) |
|
GetFieldType |
| public System.Type GetFieldType(System.Int32 i) |
|
GetFloat |
| public System.Single GetFloat(System.Int32 i) |
|
GetGuid |
| public System.Guid GetGuid(System.Int32 i) |
|
GetInt16 |
| public System.Int16 GetInt16(System.Int32 i) |
|
GetInt32 |
| public System.Int32 GetInt32(System.Int32 i) |
|
GetInt64 |
| public System.Int64 GetInt64(System.Int32 i) |
|
GetName |
| public System.String GetName(System.Int32 i) |
|
GetOrdinal |
| public System.Int32 GetOrdinal(System.String value) |
|
GetOrdinalFromBaseColName |
| private System.Int32 GetOrdinalFromBaseColName(System.String columnname) |
| private System.Int32 GetOrdinalFromBaseColName(System.String columnname, System.String tablename) |
|
GetSchemaTable |
| public System.Data.DataTable GetSchemaTable() |
|
GetSqlType |
| private System.Data.Odbc.TypeMap GetSqlType(System.Int32 i) |
|
GetStmtAttribute |
| private System.Int32 GetStmtAttribute(System.Data.Odbc.ODBC32+SQL_ATTR attribute, System.Data.Odbc.ODBC32+HANDLER handler) |
|
GetString |
| public System.String GetString(System.Int32 i) |
|
GetTableNameFromCommandText |
| private System.String GetTableNameFromCommandText() |
|
GetTime |
| public System.TimeSpan GetTime(System.Int32 i) |
|
GetValue |
| public System.Object GetValue(System.Int32 i) |
| private System.Object GetValue(System.Int32 i, System.Data.Odbc.TypeMap typemap) |
|
GetValues |
| public System.Int32 GetValues(System.Object[] values) |
|
HasRows |
| public System.Boolean HasRows |
|
internalGetBoolean |
| private System.Object internalGetBoolean(System.Int32 i) |
|
internalGetByte |
| private System.Object internalGetByte(System.Int32 i) |
|
internalGetBytes |
| private System.Object internalGetBytes(System.Int32 i) |
|
internalGetChar |
| private System.Object internalGetChar(System.Int32 i) |
|
internalGetDate |
| private System.Object internalGetDate(System.Int32 i) |
|
internalGetDateTime |
| private System.Object internalGetDateTime(System.Int32 i) |
|
internalGetDecimal |
| private System.Object internalGetDecimal(System.Int32 i) |
|
internalGetDouble |
| private System.Object internalGetDouble(System.Int32 i) |
|
internalGetFloat |
| private System.Object internalGetFloat(System.Int32 i) |
|
internalGetGuid |
| private System.Object internalGetGuid(System.Int32 i) |
|
internalGetInt16 |
| private System.Object internalGetInt16(System.Int32 i) |
|
internalGetInt32 |
| private System.Object internalGetInt32(System.Int32 i) |
|
internalGetInt64 |
| private System.Object internalGetInt64(System.Int32 i) |
|
internalGetString |
| private System.Object internalGetString(System.Int32 i) |
|
internalGetTime |
| private System.Object internalGetTime(System.Int32 i) |
|
IsBehavior |
| private System.Boolean IsBehavior(System.Data.CommandBehavior behavior) |
|
IsClosed |
| public System.Boolean IsClosed |
|
IsDBNull |
| public System.Boolean IsDBNull(System.Int32 i) |
|
Item |
| public System.Object Item[System.Int32 i] |
| public System.Object Item[System.String value] |
|
metadata |
| private System.Data.Odbc.OdbcDataReader+MetaData[] metadata |
|
NewSchemaTable |
| private System.Data.DataTable NewSchemaTable() |
|
NextResult |
| public System.Boolean NextResult() |
|
Read |
| public System.Boolean Read() |
|
recordAffected |
| private System.Int32 recordAffected |
|
RecordsAffected |
| public System.Int32 RecordsAffected |
|
RetrieveKeyInfo |
| private void RetrieveKeyInfo(System.Boolean needkeyinfo, System.Data.Odbc.OdbcDataReader+QualifiedTableName qualifiedTableName) |
|
RetrieveKeyInfoFromStatistics |
| private void RetrieveKeyInfoFromStatistics(System.String tablename) |
|
SameIndexColumn |
| private System.Boolean SameIndexColumn(System.String currentindexname, System.String indexname, System.Int32 ordinal, System.Int32 ncols) |
|
schemaTable |
| private System.Data.DataTable schemaTable |
|
sequentialBytesRead |
| private System.Int64 sequentialBytesRead |
|
sequentialOrdinal |
| private System.Int32 sequentialOrdinal |
|
set_Command |
| private void set_Command(System.Data.Odbc.OdbcCommand value) |
|
SetBaseTableNames |
| private void SetBaseTableNames(System.Data.Odbc.OdbcDataReader+QualifiedTableName qualifiedTableName) |
|
SetParameterBuffers |
| private void SetParameterBuffers(System.Data.Odbc.CNativeBuffer[] parameterBuffer, System.Data.Odbc.CNativeBuffer[] parameterintbuffer) |
|
System.Collections.IEnumerable.GetEnumerator |
| private System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() |
|
System.IDisposable.Dispose |
| private void System.IDisposable.Dispose() |
|
UnQuote |
| private System.String UnQuote(System.String str, System.Char quotechar) |
|