CqlReader Class |
Namespace: Cassandra.Data
public class CqlReader : DbDataReader
The CqlReader type exposes the following members.
Name | Description | |
---|---|---|
Close | (Overrides DbDataReaderClose.) | |
GetBoolean | Gets the value of the specified column as a Boolean. (Overrides DbDataReaderGetBoolean(Int32).) | |
GetByte | Gets the 8-bit unsigned integer value of the specified column. (Overrides DbDataReaderGetByte(Int32).) | |
GetBytes | Reads a stream of bytes from the specified column offset into the buffer as an array, starting at the given buffer offset. (Overrides DbDataReaderGetBytes(Int32, Int64, Byte, Int32, Int32).) | |
GetChar | Gets the character value of the specified column. (Overrides DbDataReaderGetChar(Int32).) | |
GetChars | Reads a stream of characters from the specified column offset into the buffer as an array, starting at the given buffer offset. (Overrides DbDataReaderGetChars(Int32, Int64, Char, Int32, Int32).) | |
GetDataTypeName | Gets the data type information for the specified field. (Overrides DbDataReaderGetDataTypeName(Int32).) | |
GetDateTime | Gets the date and time data value of the specified field. (Overrides DbDataReaderGetDateTime(Int32).) | |
GetDecimal | Gets the fixed-position numeric value of the specified field. (Overrides DbDataReaderGetDecimal(Int32).) | |
GetDouble | Gets the double-precision floating point number of the specified field. (Overrides DbDataReaderGetDouble(Int32).) | |
GetEnumerator | (Overrides DbDataReaderGetEnumerator.) | |
GetFieldType | Gets the Type information corresponding to the type of Object that would be returned from GetValue(Int32). (Overrides DbDataReaderGetFieldType(Int32).) | |
GetFloat | Gets the single-precision floating point number of the specified field. (Overrides DbDataReaderGetFloat(Int32).) | |
GetGuid | Returns the GUID value of the specified field. (Overrides DbDataReaderGetGuid(Int32).) | |
GetInt16 | Gets the 16-bit signed integer value of the specified field. (Overrides DbDataReaderGetInt16(Int32).) | |
GetInt32 | Gets the 32-bit signed integer value of the specified field. (Overrides DbDataReaderGetInt32(Int32).) | |
GetInt64 | Gets the 64-bit signed integer value of the specified field. (Overrides DbDataReaderGetInt64(Int32).) | |
GetName | Gets the name for the field to find. (Overrides DbDataReaderGetName(Int32).) | |
GetOrdinal | Return the index of the named field. (Overrides DbDataReaderGetOrdinal(String).) | |
GetSchemaTable | (Overrides DbDataReaderGetSchemaTable.) | |
GetString | (Overrides DbDataReaderGetString(Int32).) | |
GetValue | Return the value of the specified field. (Overrides DbDataReaderGetValue(Int32).) | |
GetValues | Populates an array of objects with the column values of the current record. (Overrides DbDataReaderGetValues(Object).) | |
IsDBNull | Return whether the specified field is set to null. (Overrides DbDataReaderIsDBNull(Int32).) | |
NextResult | Advances the data reader to the next result, when reading the results of batch SQL statements. (Overrides DbDataReaderNextResult.) | |
Read | Advances the IDataReader to the next record. (Overrides DbDataReaderRead.) |
Name | Description | |
---|---|---|
Depth | (Overrides DbDataReaderDepth.) | |
FieldCount | Gets the number of columns in the current row. (Overrides DbDataReaderFieldCount.) | |
HasRows | (Overrides DbDataReaderHasRows.) | |
IsClosed | (Overrides DbDataReaderIsClosed.) | |
ItemInt32 | (Overrides DbDataReaderItemInt32.) | |
ItemString | (Overrides DbDataReaderItemString.) | |
RecordsAffected | (Overrides DbDataReaderRecordsAffected.) |