C# 클래스 AriDEVParser.SQLOutput.CommandBuilder

파일 보기 프로젝트 열기: AriDEV/AriDEVParser 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
InsertValues object>>.List
Table string
UpdateValues object>>.List

공개 메소드들

메소드 설명
AddColumnValue ( string name, object value ) : void
AddUpdateValue ( string name, object value ) : void
BuildInsert ( bool ignore ) : string
BuildUpdate ( string where ) : string
CommandBuilder ( string table ) : System
EscapeString ( string str ) : string

메소드 상세

AddColumnValue() 공개 메소드

public AddColumnValue ( string name, object value ) : void
name string
value object
리턴 void

AddUpdateValue() 공개 메소드

public AddUpdateValue ( string name, object value ) : void
name string
value object
리턴 void

BuildInsert() 공개 메소드

public BuildInsert ( bool ignore ) : string
ignore bool
리턴 string

BuildUpdate() 공개 메소드

public BuildUpdate ( string where ) : string
where string
리턴 string

CommandBuilder() 공개 메소드

public CommandBuilder ( string table ) : System
table string
리턴 System

EscapeString() 공개 정적인 메소드

public static EscapeString ( string str ) : string
str string
리턴 string

프로퍼티 상세

InsertValues 공개적으로 프로퍼티

public List> InsertValues
리턴 object>>.List

Table 공개적으로 프로퍼티

public string Table
리턴 string

UpdateValues 공개적으로 프로퍼티

public List> UpdateValues
리턴 object>>.List