Property | Type | Description | |
---|---|---|---|
MaxTimeout | System.TimeSpan |
Method | Description | |
---|---|---|
AssertIsMSqlCommand ( this cmd ) : void |
cmd의 수형이 SqlCommand수형인지 확인합니다.
|
|
CreateSqlConnection ( this db, bool &newConnectionCreated ) : |
Oracle Connection을 비동기 방식으로 엽니다.
|
|
FromNullableValue ( this nullableValue ) : SqlBinary |
nullableValue를 해당하는 Sql 수형으로 변환합니다. null 값인 경우 기본 클래스를 반환합니다.
|
|
FromNullableValue ( this nullableValue ) : SqlBoolean |
nullableValue를 해당하는 Sql 수형으로 변환합니다. null 값인 경우 기본 클래스를 반환합니다.
|
|
FromNullableValue ( this nullableValue ) : SqlByte |
nullableValue를 해당하는 Sql 수형으로 변환합니다. null 값인 경우 기본 클래스를 반환합니다.
|
|
FromNullableValue ( this nullableValue ) : SqlDateTime |
nullableValue를 해당하는 Sql 수형으로 변환합니다. null 값인 경우 기본 클래스를 반환합니다.
|
|
FromNullableValue ( this nullableValue ) : SqlDouble |
nullableValue를 해당하는 Sql 수형으로 변환합니다. null 값인 경우 기본 클래스를 반환합니다.
|
|
FromNullableValue ( this nullableValue ) : SqlGuid |
nullableValue를 해당하는 Sql 수형으로 변환합니다. null 값인 경우 기본 클래스를 반환합니다.
|
|
FromNullableValue ( this nullableValue ) : SqlInt16 |
nullableValue를 해당하는 Sql 수형으로 변환합니다. null 값인 경우 기본 클래스를 반환합니다.
|
|
FromNullableValue ( this nullableValue ) : SqlInt32 |
nullableValue를 해당하는 Sql 수형으로 변환합니다. null 값인 경우 기본 클래스를 반환합니다.
|
|
FromNullableValue ( this nullableValue ) : SqlInt64 |
nullableValue를 해당하는 Sql 수형으로 변환합니다. null 값인 경우 기본 클래스를 반환합니다.
|
|
FromNullableValue ( this nullableValue ) : SqlMoney |
nullableValue를 해당하는 Sql 수형으로 변환합니다. null 값인 경우 기본 클래스를 반환합니다.
|
|
FromNullableValue ( this nullableValue ) : SqlSingle |
nullableValue를 해당하는 Sql 수형으로 변환합니다. null 값인 경우 기본 클래스를 반환합니다.
|
|
FromNullableValue ( this nullableValue ) : SqlString |
nullableValue를 해당하는 Sql 수형으로 변환합니다. null 값인 경우 기본 클래스를 반환합니다.
|
|
ToNullableValue ( this sqlValue ) : DateTime? |
sqlValue의 값을 Nullable 수형으로 반환한다. 실제 값이 Null인 경우는 Null을 반환한다.
|
|
ToNullableValue ( this sqlValue ) : Guid? |
sqlValue의 값을 Nullable 수형으로 반환한다. 실제 값이 Null인 경우는 Null을 반환한다.
|
|
ToNullableValue ( this sqlValue ) : bool? |
sqlValue의 값을 Nullable 수형으로 반환한다. 실제 값이 Null인 경우는 Null을 반환한다.
|
|
ToNullableValue ( this sqlValue ) : byte? |
sqlValue의 값을 Nullable 수형으로 반환한다. 실제 값이 Null인 경우는 Null을 반환한다.
|
|
ToNullableValue ( this sqlValue ) : byte[] |
sqlValue의 값을 Nullable 수형으로 반환한다. 실제 값이 Null인 경우는 Null을 반환한다.
|
|
ToNullableValue ( this sqlValue ) : decimal? |
sqlValue의 값을 Nullable 수형으로 반환한다. 실제 값이 Null인 경우는 Null을 반환한다.
|
|
ToNullableValue ( this sqlValue ) : double? |
sqlValue의 값을 Nullable 수형으로 반환한다. 실제 값이 Null인 경우는 Null을 반환한다.
|
|
ToNullableValue ( this sqlValue ) : float? |
sqlValue의 값을 Nullable 수형으로 반환한다. 실제 값이 Null인 경우는 Null을 반환한다.
|
|
ToNullableValue ( this sqlValue ) : int? |
sqlValue의 값을 Nullable 수형으로 반환한다. 실제 값이 Null인 경우는 Null을 반환한다.
|
|
ToNullableValue ( this sqlValue ) : long? |
sqlValue의 값을 Nullable 수형으로 반환한다. 실제 값이 Null인 경우는 Null을 반환한다.
|
|
ToNullableValue ( this sqlValue ) : short? |
sqlValue의 값을 Nullable 수형으로 반환한다. 실제 값이 Null인 경우는 Null을 반환한다.
|
|
ToNullableValue ( this sqlValue ) : string |
sqlValue의 값을 Nullable 수형으로 반환한다. 실제 값이 Null인 경우는 Null을 반환한다.
|
Method | Description | |
---|---|---|
HandleConnectionError ( Microsoft.Practices.EnterpriseLibrary.Data.Sql.SqlDatabase db, |
||
OpenConnection ( this db, int tryCount = 15 ) : |
MySQL Connection을 연결합니다.
|
public static AssertIsMSqlCommand ( this cmd ) : void | ||
cmd | this | 수형 확인할 DbCommand 인스턴스 |
return | void |
public static CreateSqlConnection ( this db, bool &newConnectionCreated ) : |
||
db | this | DAAB SqlDatabase 인스턴스 |
newConnectionCreated | bool | 새로운 Connenction이 생성되었는지 여부 |
return |
public static FromNullableValue ( this nullableValue ) : SqlBinary | ||
nullableValue | this | |
return | SqlBinary |
public static FromNullableValue ( this nullableValue ) : SqlBoolean | ||
nullableValue | this | |
return | SqlBoolean |
public static FromNullableValue ( this nullableValue ) : SqlByte | ||
nullableValue | this | |
return | SqlByte |
public static FromNullableValue ( this nullableValue ) : SqlDateTime | ||
nullableValue | this | |
return | SqlDateTime |
public static FromNullableValue ( this nullableValue ) : SqlDouble | ||
nullableValue | this | |
return | SqlDouble |
public static FromNullableValue ( this nullableValue ) : SqlGuid | ||
nullableValue | this | |
return | SqlGuid |
public static FromNullableValue ( this nullableValue ) : SqlInt16 | ||
nullableValue | this | |
return | SqlInt16 |
public static FromNullableValue ( this nullableValue ) : SqlInt32 | ||
nullableValue | this | |
return | SqlInt32 |
public static FromNullableValue ( this nullableValue ) : SqlInt64 | ||
nullableValue | this | |
return | SqlInt64 |
public static FromNullableValue ( this nullableValue ) : SqlMoney | ||
nullableValue | this | |
return | SqlMoney |
public static FromNullableValue ( this nullableValue ) : SqlSingle | ||
nullableValue | this | |
return | SqlSingle |
public static FromNullableValue ( this nullableValue ) : SqlString | ||
nullableValue | this | |
return | SqlString |
public static ToNullableValue ( this sqlValue ) : DateTime? | ||
sqlValue | this | |
return | DateTime? |
public static ToNullableValue ( this sqlValue ) : Guid? | ||
sqlValue | this | |
return | Guid? |
public static ToNullableValue ( this sqlValue ) : bool? | ||
sqlValue | this | |
return | bool? |
public static ToNullableValue ( this sqlValue ) : byte? | ||
sqlValue | this | |
return | byte? |
public static ToNullableValue ( this sqlValue ) : byte[] | ||
sqlValue | this | |
return | byte[] |
public static ToNullableValue ( this sqlValue ) : decimal? | ||
sqlValue | this | |
return | decimal? |
public static ToNullableValue ( this sqlValue ) : double? | ||
sqlValue | this | |
return | double? |
public static ToNullableValue ( this sqlValue ) : float? | ||
sqlValue | this | |
return | float? |
public static ToNullableValue ( this sqlValue ) : int? | ||
sqlValue | this | |
return | int? |
public static ToNullableValue ( this sqlValue ) : long? | ||
sqlValue | this | |
return | long? |
public static ToNullableValue ( this sqlValue ) : short? | ||
sqlValue | this | |
return | short? |
public static ToNullableValue ( this sqlValue ) : string | ||
sqlValue | this | |
return | string |