C# Class Tup.Cobar4Net.Parser.Ast.Stmt.Dml.DmlSelectStatement.SelectOption

Show file Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Public Properties

Property Type Description
SelectQueryCache SelectQueryCacheStrategy
highPriority bool
lockMode LockMode
resultDup SelectDuplicationStrategy
resultSize SelectSmallOrBigResult
sqlBufferResult bool
sqlCalcFoundRows bool
straightJoin bool

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

SelectQueryCache public property

public SelectQueryCacheStrategy SelectQueryCache
return SelectQueryCacheStrategy

highPriority public property

public bool highPriority
return bool

lockMode public property

public LockMode lockMode
return LockMode

resultDup public property

public SelectDuplicationStrategy resultDup
return SelectDuplicationStrategy

resultSize public property

public SelectSmallOrBigResult resultSize
return SelectSmallOrBigResult

sqlBufferResult public property

public bool sqlBufferResult
return bool

sqlCalcFoundRows public property

public bool sqlCalcFoundRows
return bool

straightJoin public property

public bool straightJoin
return bool