C# Class Tup.Cobar4Net.Route.Hint.PartitionOperandHintParser

Inheritance: HintParser
Exibir arquivo Open project: tupunco/Tup.Cobar4Net

Public Methods

Method Description
Process ( CobarHint hint, string hintName, string sql ) : void

Private Methods

Method Description
Convert2String ( object objs ) : string[]
ParseArray ( CobarHint hint, string sql, int len ) : object[]

current char is char after '[', after call, current char is char after ']'

ParseArrayArray ( CobarHint hint, string sql, int columnNum ) : object[][]

current char is '[[', after call, current char is char after ']]'

Method Details

Process() public method

public Process ( CobarHint hint, string hintName, string sql ) : void
hint CobarHint
hintName string
sql string
return void