C# 클래스 Sakuno.KanColle.Amatsukaze.SQLiteDataReaderExtensions

파일 보기 프로젝트 열기: amatukaze/IntelligentNavalGun

공개 메소드들

메소드 설명
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

메소드 상세

GetBoolean() 공개 정적인 메소드

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

GetBooleanOptional() 공개 정적인 메소드

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

GetBooleanOptional() 공개 정적인 메소드

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

GetDouble() 공개 정적인 메소드

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

GetDoubleOptional() 공개 정적인 메소드

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

GetDoubleOptional() 공개 정적인 메소드

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

GetInt32() 공개 정적인 메소드

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

GetInt32Optional() 공개 정적인 메소드

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

GetInt32Optional() 공개 정적인 메소드

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

GetInt64() 공개 정적인 메소드

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

GetInt64Optional() 공개 정적인 메소드

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

GetInt64Optional() 공개 정적인 메소드

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

GetString() 공개 정적인 메소드

public static GetString ( this rpReader, string rpColumn ) : string
rpReader this
rpColumn string
리턴 string