C# Class Sakuno.KanColle.Amatsukaze.SQLiteDataReaderExtensions

Mostra file Open project: amatukaze/IntelligentNavalGun

Public Methods

Method Description
GetBoolean ( this rpReader, string rpColumn ) : bool
GetBooleanOptional ( this rpReader, int rpOrdinal ) : bool?
GetBooleanOptional ( this rpReader, string rpColumn ) : bool?
GetDouble ( this rpReader, string rpColumn ) : double
GetDoubleOptional ( this rpReader, int rpOrdinal ) : double?
GetDoubleOptional ( this rpReader, string rpColumn ) : double?
GetInt32 ( this rpReader, string rpColumn ) : int
GetInt32Optional ( this rpReader, int rpOrdinal ) : int?
GetInt32Optional ( this rpReader, string rpColumn ) : int?
GetInt64 ( this rpReader, string rpColumn ) : long
GetInt64Optional ( this rpReader, int rpOrdinal ) : long?
GetInt64Optional ( this rpReader, string rpColumn ) : long?
GetString ( this rpReader, string rpColumn ) : string

Method Details

GetBoolean() public static method

public static GetBoolean ( this rpReader, string rpColumn ) : bool
rpReader this
rpColumn string
return bool

GetBooleanOptional() public static method

public static GetBooleanOptional ( this rpReader, int rpOrdinal ) : bool?
rpReader this
rpOrdinal int
return bool?

GetBooleanOptional() public static method

public static GetBooleanOptional ( this rpReader, string rpColumn ) : bool?
rpReader this
rpColumn string
return bool?

GetDouble() public static method

public static GetDouble ( this rpReader, string rpColumn ) : double
rpReader this
rpColumn string
return double

GetDoubleOptional() public static method

public static GetDoubleOptional ( this rpReader, int rpOrdinal ) : double?
rpReader this
rpOrdinal int
return double?

GetDoubleOptional() public static method

public static GetDoubleOptional ( this rpReader, string rpColumn ) : double?
rpReader this
rpColumn string
return double?

GetInt32() public static method

public static GetInt32 ( this rpReader, string rpColumn ) : int
rpReader this
rpColumn string
return int

GetInt32Optional() public static method

public static GetInt32Optional ( this rpReader, int rpOrdinal ) : int?
rpReader this
rpOrdinal int
return int?

GetInt32Optional() public static method

public static GetInt32Optional ( this rpReader, string rpColumn ) : int?
rpReader this
rpColumn string
return int?

GetInt64() public static method

public static GetInt64 ( this rpReader, string rpColumn ) : long
rpReader this
rpColumn string
return long

GetInt64Optional() public static method

public static GetInt64Optional ( this rpReader, int rpOrdinal ) : long?
rpReader this
rpOrdinal int
return long?

GetInt64Optional() public static method

public static GetInt64Optional ( this rpReader, string rpColumn ) : long?
rpReader this
rpColumn string
return long?

GetString() public static method

public static GetString ( this rpReader, string rpColumn ) : string
rpReader this
rpColumn string
return string