C# Class Sakuno.KanColle.Amatsukaze.SQLiteDataReaderExtensions

Afficher le fichier Open project: amatukaze/IntelligentNavalGun

Méthodes publiques

Méthode 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 méthode

public static GetBoolean ( this rpReader, string rpColumn ) : bool
rpReader this
rpColumn string
Résultat bool

GetBooleanOptional() public static méthode

public static GetBooleanOptional ( this rpReader, int rpOrdinal ) : bool?
rpReader this
rpOrdinal int
Résultat bool?

GetBooleanOptional() public static méthode

public static GetBooleanOptional ( this rpReader, string rpColumn ) : bool?
rpReader this
rpColumn string
Résultat bool?

GetDouble() public static méthode

public static GetDouble ( this rpReader, string rpColumn ) : double
rpReader this
rpColumn string
Résultat double

GetDoubleOptional() public static méthode

public static GetDoubleOptional ( this rpReader, int rpOrdinal ) : double?
rpReader this
rpOrdinal int
Résultat double?

GetDoubleOptional() public static méthode

public static GetDoubleOptional ( this rpReader, string rpColumn ) : double?
rpReader this
rpColumn string
Résultat double?

GetInt32() public static méthode

public static GetInt32 ( this rpReader, string rpColumn ) : int
rpReader this
rpColumn string
Résultat int

GetInt32Optional() public static méthode

public static GetInt32Optional ( this rpReader, int rpOrdinal ) : int?
rpReader this
rpOrdinal int
Résultat int?

GetInt32Optional() public static méthode

public static GetInt32Optional ( this rpReader, string rpColumn ) : int?
rpReader this
rpColumn string
Résultat int?

GetInt64() public static méthode

public static GetInt64 ( this rpReader, string rpColumn ) : long
rpReader this
rpColumn string
Résultat long

GetInt64Optional() public static méthode

public static GetInt64Optional ( this rpReader, int rpOrdinal ) : long?
rpReader this
rpOrdinal int
Résultat long?

GetInt64Optional() public static méthode

public static GetInt64Optional ( this rpReader, string rpColumn ) : long?
rpReader this
rpColumn string
Résultat long?

GetString() public static méthode

public static GetString ( this rpReader, string rpColumn ) : string
rpReader this
rpColumn string
Résultat string