C# 클래스 Tiraggo.SybaseSqlAnywhereProvider.Shared

파일 보기 프로젝트 열기: BrewDawg/Tiraggo

공개 메소드들

메소드 설명
AddParameters ( SACommand cmd, tgDataRequest request ) : void
BuildDynamicDeleteCommand ( tgDataRequest request, tgEntitySavePacket packet ) : SACommand
BuildDynamicInsertCommand ( tgDataRequest request, List modifiedColumns ) : SACommand
BuildDynamicUpdateCommand ( tgDataRequest request, List modifiedColumns ) : SACommand
BuildStoredProcDeleteCommand ( tgDataRequest request ) : SACommand
BuildStoredProcInsertCommand ( tgDataRequest request ) : SACommand
BuildStoredProcUpdateCommand ( tgDataRequest request ) : SACommand
CheckForConcurrencyException ( SAException ex ) : tgConcurrencyException
CreateFullName ( tgDataRequest request ) : string
CreateFullName ( tgDataRequest request, tgDynamicQuerySerializable query ) : string
CreateFullSPName ( tgDataRequest request, string spName ) : string
GatherReturnParameters ( SACommand cmd, tgDataRequest request, tgDataResponse response ) : void
HasUpdate ( DataRow row, bool &insert, bool &update, bool &delete ) : bool
HasUpdates ( System.Data.DataRowCollection rows, bool &insert, bool &update, bool &delete ) : bool
PopulateStoredProcParameters ( SACommand cmd, tgDataRequest request ) : void

비공개 메소드들

메소드 설명
CloneParameter ( SAParameter p ) : SAParameter

메소드 상세

AddParameters() 공개 정적인 메소드

public static AddParameters ( SACommand cmd, tgDataRequest request ) : void
cmd SACommand
request Tiraggo.Interfaces.tgDataRequest
리턴 void

BuildDynamicDeleteCommand() 공개 정적인 메소드

public static BuildDynamicDeleteCommand ( tgDataRequest request, tgEntitySavePacket packet ) : SACommand
request Tiraggo.Interfaces.tgDataRequest
packet Tiraggo.Interfaces.tgEntitySavePacket
리턴 SACommand

BuildDynamicInsertCommand() 공개 정적인 메소드

public static BuildDynamicInsertCommand ( tgDataRequest request, List modifiedColumns ) : SACommand
request Tiraggo.Interfaces.tgDataRequest
modifiedColumns List
리턴 SACommand

BuildDynamicUpdateCommand() 공개 정적인 메소드

public static BuildDynamicUpdateCommand ( tgDataRequest request, List modifiedColumns ) : SACommand
request Tiraggo.Interfaces.tgDataRequest
modifiedColumns List
리턴 SACommand

BuildStoredProcDeleteCommand() 공개 정적인 메소드

public static BuildStoredProcDeleteCommand ( tgDataRequest request ) : SACommand
request Tiraggo.Interfaces.tgDataRequest
리턴 SACommand

BuildStoredProcInsertCommand() 공개 정적인 메소드

public static BuildStoredProcInsertCommand ( tgDataRequest request ) : SACommand
request Tiraggo.Interfaces.tgDataRequest
리턴 SACommand

BuildStoredProcUpdateCommand() 공개 정적인 메소드

public static BuildStoredProcUpdateCommand ( tgDataRequest request ) : SACommand
request Tiraggo.Interfaces.tgDataRequest
리턴 SACommand

CheckForConcurrencyException() 공개 정적인 메소드

public static CheckForConcurrencyException ( SAException ex ) : tgConcurrencyException
ex SAException
리턴 tgConcurrencyException

CreateFullName() 공개 정적인 메소드

public static CreateFullName ( tgDataRequest request ) : string
request Tiraggo.Interfaces.tgDataRequest
리턴 string

CreateFullName() 공개 정적인 메소드

public static CreateFullName ( tgDataRequest request, tgDynamicQuerySerializable query ) : string
request Tiraggo.Interfaces.tgDataRequest
query tgDynamicQuerySerializable
리턴 string

CreateFullSPName() 공개 정적인 메소드

public static CreateFullSPName ( tgDataRequest request, string spName ) : string
request Tiraggo.Interfaces.tgDataRequest
spName string
리턴 string

GatherReturnParameters() 공개 정적인 메소드

public static GatherReturnParameters ( SACommand cmd, tgDataRequest request, tgDataResponse response ) : void
cmd SACommand
request Tiraggo.Interfaces.tgDataRequest
response Tiraggo.Interfaces.tgDataResponse
리턴 void

HasUpdate() 공개 정적인 메소드

public static HasUpdate ( DataRow row, bool &insert, bool &update, bool &delete ) : bool
row System.Data.DataRow
insert bool
update bool
delete bool
리턴 bool

HasUpdates() 공개 정적인 메소드

public static HasUpdates ( System.Data.DataRowCollection rows, bool &insert, bool &update, bool &delete ) : bool
rows System.Data.DataRowCollection
insert bool
update bool
delete bool
리턴 bool

PopulateStoredProcParameters() 공개 정적인 메소드

public static PopulateStoredProcParameters ( SACommand cmd, tgDataRequest request ) : void
cmd SACommand
request Tiraggo.Interfaces.tgDataRequest
리턴 void