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

Afficher le fichier Open project: tupunco/Tup.Cobar4Net Class Usage Examples

Méthodes publiques

Свойство Type Description
SelectQueryCache SelectQueryCacheStrategy
highPriority bool
lockMode LockMode
resultDup SelectDuplicationStrategy
resultSize SelectSmallOrBigResult
sqlBufferResult bool
sqlCalcFoundRows bool
straightJoin bool

Méthodes publiques

Méthode Description
ToString ( ) : string

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

SelectQueryCache public_oe property

public SelectQueryCacheStrategy SelectQueryCache
Résultat SelectQueryCacheStrategy

highPriority public_oe property

public bool highPriority
Résultat bool

lockMode public_oe property

public LockMode lockMode
Résultat LockMode

resultDup public_oe property

public SelectDuplicationStrategy resultDup
Résultat SelectDuplicationStrategy

resultSize public_oe property

public SelectSmallOrBigResult resultSize
Résultat SelectSmallOrBigResult

sqlBufferResult public_oe property

public bool sqlBufferResult
Résultat bool

sqlCalcFoundRows public_oe property

public bool sqlCalcFoundRows
Résultat bool

straightJoin public_oe property

public bool straightJoin
Résultat bool