C# 클래스 Tup.Cobar4Net.Parser.Ast.Stmt.Dml.DmlSelectStatement.SelectOption

파일 보기 프로젝트 열기: tupunco/Tup.Cobar4Net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SelectQueryCache SelectQueryCacheStrategy
highPriority bool
lockMode LockMode
resultDup SelectDuplicationStrategy
resultSize SelectSmallOrBigResult
sqlBufferResult bool
sqlCalcFoundRows bool
straightJoin bool

공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

SelectQueryCache 공개적으로 프로퍼티

public SelectQueryCacheStrategy SelectQueryCache
리턴 SelectQueryCacheStrategy

highPriority 공개적으로 프로퍼티

public bool highPriority
리턴 bool

lockMode 공개적으로 프로퍼티

public LockMode lockMode
리턴 LockMode

resultDup 공개적으로 프로퍼티

public SelectDuplicationStrategy resultDup
리턴 SelectDuplicationStrategy

resultSize 공개적으로 프로퍼티

public SelectSmallOrBigResult resultSize
리턴 SelectSmallOrBigResult

sqlBufferResult 공개적으로 프로퍼티

public bool sqlBufferResult
리턴 bool

sqlCalcFoundRows 공개적으로 프로퍼티

public bool sqlCalcFoundRows
리턴 bool

straightJoin 공개적으로 프로퍼티

public bool straightJoin
리턴 bool