DataStreamer.DataReader

Overview

Location

 

constructor  protected

 

constructor

 

DataStreamer.DataReader()

 

init()

 

Sub New()

Close

 

method Close

 

void Close()

 

func Close()

 

Sub Close()

Depth

 

property Depth: Int32 read;

 

Int32 Depth { get; }

 

var Depth: Int32 { get{} }

 

ReadOnly Property Depth() As Int32

Dispose

 

method Dispose

 

void Dispose()

 

func Dispose()

 

Sub Dispose()

FieldCount

 

property FieldCount: Int32 read;

 

Int32 FieldCount { get; }

 

var FieldCount: Int32 { get{} }

 

ReadOnly Property FieldCount() As Int32

GetBoolean

 

method GetBoolean(index: Int32): Boolean

 

Boolean GetBoolean(Int32 index)

 

func GetBoolean(_ index: Int32) -> Boolean

 

Function GetBoolean(index As Int32) As Boolean

Parameters:

  • index:

GetByte

 

method GetByte(index: Int32): Byte

 

Byte GetByte(Int32 index)

 

func GetByte(_ index: Int32) -> Byte

 

Function GetByte(index As Int32) As Byte

Parameters:

  • index:

GetBytes

 

method GetBytes(index: Int32; fieldOffset: Int64; buffer: array of Byte; offset: Int32; length: Int32): Int64

 

Int64 GetBytes(Int32 index, Int64 fieldOffset, Byte[] buffer, Int32 offset, Int32 length)

 

func GetBytes(_ index: Int32, _ fieldOffset: Int64, _ buffer: Byte..., _ offset: Int32, _ length: Int32) -> Int64

 

Function GetBytes(index As Int32, fieldOffset As Int64, buffer As Byte(), offset As Int32, length As Int32) As Int64

Parameters:

  • index:
  • fieldOffset:
  • buffer:
  • offset:
  • length:

GetChar

 

method GetChar(index: Int32): Char

 

Char GetChar(Int32 index)

 

func GetChar(_ index: Int32) -> Char

 

Function GetChar(index As Int32) As Char

Parameters:

  • index:

GetChars

 

method GetChars(index: Int32; fieldOffset: Int64; buffer: array of Char; offset: Int32; length: Int32): Int64

 

Int64 GetChars(Int32 index, Int64 fieldOffset, Char[] buffer, Int32 offset, Int32 length)

 

func GetChars(_ index: Int32, _ fieldOffset: Int64, _ buffer: Char..., _ offset: Int32, _ length: Int32) -> Int64

 

Function GetChars(index As Int32, fieldOffset As Int64, buffer As Char(), offset As Int32, length As Int32) As Int64

Parameters:

  • index:
  • fieldOffset:
  • buffer:
  • offset:
  • length:

GetData

 

method GetData(index: Int32): IDataReader

 

IDataReader GetData(Int32 index)

 

func GetData(_ index: Int32) -> IDataReader

 

Function GetData(index As Int32) As IDataReader

Parameters:

  • index:

GetDataTypeName

 

method GetDataTypeName(index: Int32): String

 

String GetDataTypeName(Int32 index)

 

func GetDataTypeName(_ index: Int32) -> String

 

Function GetDataTypeName(index As Int32) As String

Parameters:

  • index:

GetDateTime

 

method GetDateTime(index: Int32): DateTime

 

DateTime GetDateTime(Int32 index)

 

func GetDateTime(_ index: Int32) -> DateTime

 

Function GetDateTime(index As Int32) As DateTime

Parameters:

  • index:

GetDecimal

 

method GetDecimal(index: Int32): Decimal

 

Decimal GetDecimal(Int32 index)

 

func GetDecimal(_ index: Int32) -> Decimal

 

Function GetDecimal(index As Int32) As Decimal

Parameters:

  • index:

GetDouble

 

method GetDouble(index: Int32): Double

 

Double GetDouble(Int32 index)

 

func GetDouble(_ index: Int32) -> Double

 

Function GetDouble(index As Int32) As Double

Parameters:

  • index:

GetFieldType

 

method GetFieldType(index: Int32): Type

 

Type GetFieldType(Int32 index)

 

func GetFieldType(_ index: Int32) -> Type

 

Function GetFieldType(index As Int32) As Type

Parameters:

  • index:

GetFloat

 

method GetFloat(index: Int32): Single

 

Single GetFloat(Int32 index)

 

func GetFloat(_ index: Int32) -> Single

 

Function GetFloat(index As Int32) As Single

Parameters:

  • index:

GetGuid

 

method GetGuid(index: Int32): Guid

 

Guid GetGuid(Int32 index)

 

func GetGuid(_ index: Int32) -> Guid

 

Function GetGuid(index As Int32) As Guid

Parameters:

  • index:

GetInt16

 

method GetInt16(index: Int32): Int16

 

Int16 GetInt16(Int32 index)

 

func GetInt16(_ index: Int32) -> Int16

 

Function GetInt16(index As Int32) As Int16

Parameters:

  • index:

GetInt32

 

method GetInt32(index: Int32): Int32

 

Int32 GetInt32(Int32 index)

 

func GetInt32(_ index: Int32) -> Int32

 

Function GetInt32(index As Int32) As Int32

Parameters:

  • index:

GetInt64

 

method GetInt64(index: Int32): Int64

 

Int64 GetInt64(Int32 index)

 

func GetInt64(_ index: Int32) -> Int64

 

Function GetInt64(index As Int32) As Int64

Parameters:

  • index:

GetName

 

method GetName(index: Int32): String

 

String GetName(Int32 index)

 

func GetName(_ index: Int32) -> String

 

Function GetName(index As Int32) As String

Parameters:

  • index:

GetOrdinal

 

method GetOrdinal(name: String): Int32

 

Int32 GetOrdinal(String name)

 

func GetOrdinal(_ name: String) -> Int32

 

Function GetOrdinal(name As String) As Int32

Parameters:

  • name:

GetSchemaTable

 

method GetSchemaTable: DataTable

 

DataTable GetSchemaTable()

 

func GetSchemaTable() -> DataTable

 

Function GetSchemaTable() As DataTable

GetString

 

method GetString(index: Int32): String

 

String GetString(Int32 index)

 

func GetString(_ index: Int32) -> String

 

Function GetString(index As Int32) As String

Parameters:

  • index:

GetValue

 

method GetValue(index: Int32): Object

 

Object GetValue(Int32 index)

 

func GetValue(_ index: Int32) -> Object

 

Function GetValue(index As Int32) As Object

Parameters:

  • index:

GetValues

 

method GetValues(values: array of Object): Int32

 

Int32 GetValues(Object[] values)

 

func GetValues(_ values: Object...) -> Int32

 

Function GetValues(values As Object()) As Int32

Parameters:

  • values:

IsClosed

 

property IsClosed: Boolean read;

 

Boolean IsClosed { get; }

 

var IsClosed: Boolean { get{} }

 

ReadOnly Property IsClosed() As Boolean

IsDBNull

 

method IsDBNull(index: Int32): Boolean

 

Boolean IsDBNull(Int32 index)

 

func IsDBNull(_ index: Int32) -> Boolean

 

Function IsDBNull(index As Int32) As Boolean

Parameters:

  • index:

Item

 

property Item[index: Int32]: Object read;

 

Object Item[Int32 index] { get; }

 

subscript Item(_ index: Int32) -> Object { get{} }

 

ReadOnly Property Item(index As Int32) As Object

Item

 

property Item[name: String]: Object read;

 

Object Item[String name] { get; }

 

subscript Item(_ name: String) -> Object { get{} }

 

ReadOnly Property Item(name As String) As Object

NextResult

 

method NextResult: Boolean

 

Boolean NextResult()

 

func NextResult() -> Boolean

 

Function NextResult() As Boolean

Read

 

method Read: Boolean

 

Boolean Read()

 

func Read() -> Boolean

 

Function Read() As Boolean

RecordsAffected

 

property RecordsAffected: Int32 read;

 

Int32 RecordsAffected { get; }

 

var RecordsAffected: Int32 { get{} }

 

ReadOnly Property RecordsAffected() As Int32

 

Depth

 

property Depth: Int32 read;

 

Int32 Depth { get; }

 

var Depth: Int32 { get{} }

 

ReadOnly Property Depth() As Int32

FieldCount

 

property FieldCount: Int32 read;

 

Int32 FieldCount { get; }

 

var FieldCount: Int32 { get{} }

 

ReadOnly Property FieldCount() As Int32

IsClosed

 

property IsClosed: Boolean read;

 

Boolean IsClosed { get; }

 

var IsClosed: Boolean { get{} }

 

ReadOnly Property IsClosed() As Boolean

Item

 

property Item[index: Int32]: Object read;

 

Object Item[Int32 index] { get; }

 

subscript Item(_ index: Int32) -> Object { get{} }

 

ReadOnly Property Item(index As Int32) As Object

Item

 

property Item[name: String]: Object read;

 

Object Item[String name] { get; }

 

subscript Item(_ name: String) -> Object { get{} }

 

ReadOnly Property Item(name As String) As Object

RecordsAffected

 

property RecordsAffected: Int32 read;

 

Int32 RecordsAffected { get; }

 

var RecordsAffected: Int32 { get{} }

 

ReadOnly Property RecordsAffected() As Int32

 

constructor  protected

 

constructor

 

DataStreamer.DataReader()

 

init()

 

Sub New()

Close

 

method Close

 

void Close()

 

func Close()

 

Sub Close()

Dispose

 

method Dispose

 

void Dispose()

 

func Dispose()

 

Sub Dispose()

GetBoolean

 

method GetBoolean(index: Int32): Boolean

 

Boolean GetBoolean(Int32 index)

 

func GetBoolean(_ index: Int32) -> Boolean

 

Function GetBoolean(index As Int32) As Boolean

Parameters:

  • index:

GetByte

 

method GetByte(index: Int32): Byte

 

Byte GetByte(Int32 index)

 

func GetByte(_ index: Int32) -> Byte

 

Function GetByte(index As Int32) As Byte

Parameters:

  • index:

GetBytes

 

method GetBytes(index: Int32; fieldOffset: Int64; buffer: array of Byte; offset: Int32; length: Int32): Int64

 

Int64 GetBytes(Int32 index, Int64 fieldOffset, Byte[] buffer, Int32 offset, Int32 length)

 

func GetBytes(_ index: Int32, _ fieldOffset: Int64, _ buffer: Byte..., _ offset: Int32, _ length: Int32) -> Int64

 

Function GetBytes(index As Int32, fieldOffset As Int64, buffer As Byte(), offset As Int32, length As Int32) As Int64

Parameters:

  • index:
  • fieldOffset:
  • buffer:
  • offset:
  • length:

GetChar

 

method GetChar(index: Int32): Char

 

Char GetChar(Int32 index)

 

func GetChar(_ index: Int32) -> Char

 

Function GetChar(index As Int32) As Char

Parameters:

  • index:

GetChars

 

method GetChars(index: Int32; fieldOffset: Int64; buffer: array of Char; offset: Int32; length: Int32): Int64

 

Int64 GetChars(Int32 index, Int64 fieldOffset, Char[] buffer, Int32 offset, Int32 length)

 

func GetChars(_ index: Int32, _ fieldOffset: Int64, _ buffer: Char..., _ offset: Int32, _ length: Int32) -> Int64

 

Function GetChars(index As Int32, fieldOffset As Int64, buffer As Char(), offset As Int32, length As Int32) As Int64

Parameters:

  • index:
  • fieldOffset:
  • buffer:
  • offset:
  • length:

GetData

 

method GetData(index: Int32): IDataReader

 

IDataReader GetData(Int32 index)

 

func GetData(_ index: Int32) -> IDataReader

 

Function GetData(index As Int32) As IDataReader

Parameters:

  • index:

GetDataTypeName

 

method GetDataTypeName(index: Int32): String

 

String GetDataTypeName(Int32 index)

 

func GetDataTypeName(_ index: Int32) -> String

 

Function GetDataTypeName(index As Int32) As String

Parameters:

  • index:

GetDateTime

 

method GetDateTime(index: Int32): DateTime

 

DateTime GetDateTime(Int32 index)

 

func GetDateTime(_ index: Int32) -> DateTime

 

Function GetDateTime(index As Int32) As DateTime

Parameters:

  • index:

GetDecimal

 

method GetDecimal(index: Int32): Decimal

 

Decimal GetDecimal(Int32 index)

 

func GetDecimal(_ index: Int32) -> Decimal

 

Function GetDecimal(index As Int32) As Decimal

Parameters:

  • index:

GetDouble

 

method GetDouble(index: Int32): Double

 

Double GetDouble(Int32 index)

 

func GetDouble(_ index: Int32) -> Double

 

Function GetDouble(index As Int32) As Double

Parameters:

  • index:

GetFieldType

 

method GetFieldType(index: Int32): Type

 

Type GetFieldType(Int32 index)

 

func GetFieldType(_ index: Int32) -> Type

 

Function GetFieldType(index As Int32) As Type

Parameters:

  • index:

GetFloat

 

method GetFloat(index: Int32): Single

 

Single GetFloat(Int32 index)

 

func GetFloat(_ index: Int32) -> Single

 

Function GetFloat(index As Int32) As Single

Parameters:

  • index:

GetGuid

 

method GetGuid(index: Int32): Guid

 

Guid GetGuid(Int32 index)

 

func GetGuid(_ index: Int32) -> Guid

 

Function GetGuid(index As Int32) As Guid

Parameters:

  • index:

GetInt16

 

method GetInt16(index: Int32): Int16

 

Int16 GetInt16(Int32 index)

 

func GetInt16(_ index: Int32) -> Int16

 

Function GetInt16(index As Int32) As Int16

Parameters:

  • index:

GetInt32

 

method GetInt32(index: Int32): Int32

 

Int32 GetInt32(Int32 index)

 

func GetInt32(_ index: Int32) -> Int32

 

Function GetInt32(index As Int32) As Int32

Parameters:

  • index:

GetInt64

 

method GetInt64(index: Int32): Int64

 

Int64 GetInt64(Int32 index)

 

func GetInt64(_ index: Int32) -> Int64

 

Function GetInt64(index As Int32) As Int64

Parameters:

  • index:

GetName

 

method GetName(index: Int32): String

 

String GetName(Int32 index)

 

func GetName(_ index: Int32) -> String

 

Function GetName(index As Int32) As String

Parameters:

  • index:

GetOrdinal

 

method GetOrdinal(name: String): Int32

 

Int32 GetOrdinal(String name)

 

func GetOrdinal(_ name: String) -> Int32

 

Function GetOrdinal(name As String) As Int32

Parameters:

  • name:

GetSchemaTable

 

method GetSchemaTable: DataTable

 

DataTable GetSchemaTable()

 

func GetSchemaTable() -> DataTable

 

Function GetSchemaTable() As DataTable

GetString

 

method GetString(index: Int32): String

 

String GetString(Int32 index)

 

func GetString(_ index: Int32) -> String

 

Function GetString(index As Int32) As String

Parameters:

  • index:

GetValue

 

method GetValue(index: Int32): Object

 

Object GetValue(Int32 index)

 

func GetValue(_ index: Int32) -> Object

 

Function GetValue(index As Int32) As Object

Parameters:

  • index:

GetValues

 

method GetValues(values: array of Object): Int32

 

Int32 GetValues(Object[] values)

 

func GetValues(_ values: Object...) -> Int32

 

Function GetValues(values As Object()) As Int32

Parameters:

  • values:

IsDBNull

 

method IsDBNull(index: Int32): Boolean

 

Boolean IsDBNull(Int32 index)

 

func IsDBNull(_ index: Int32) -> Boolean

 

Function IsDBNull(index As Int32) As Boolean

Parameters:

  • index:

NextResult

 

method NextResult: Boolean

 

Boolean NextResult()

 

func NextResult() -> Boolean

 

Function NextResult() As Boolean

Read

 

method Read: Boolean

 

Boolean Read()

 

func Read() -> Boolean

 

Function Read() As Boolean