C# 클래스 JSqlSerializer, J-SQL

파일 보기 프로젝트 열기: jgcoding/J-SQL 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
sc StringComparison

공개 메소드들

메소드 설명
Accumulate ( SqlString itemKey, SqlString itemValue ) : void

Accumulate the next value, not if the value is null

FormatJsonValue ( String itemValue ) : String
Init ( ) : void

Initialize the internal data structures

Merge ( JSqlSerializer, Group ) : void

Merge the partially computed aggregate with this aggregate.

Read ( BinaryReader r ) : void
Terminate ( ) : SqlString

Called at the end of aggregation, to return the results of the aggregation.

Write ( BinaryWriter w ) : void

메소드 상세

Accumulate() 공개 메소드

Accumulate the next value, not if the value is null
public Accumulate ( SqlString itemKey, SqlString itemValue ) : void
itemKey SqlString
itemValue SqlString
리턴 void

FormatJsonValue() 공개 메소드

public FormatJsonValue ( String itemValue ) : String
itemValue String
리턴 String

Init() 공개 메소드

Initialize the internal data structures
public Init ( ) : void
리턴 void

Merge() 공개 메소드

Merge the partially computed aggregate with this aggregate.
public Merge ( JSqlSerializer, Group ) : void
Group JSqlSerializer,
리턴 void

Read() 공개 메소드

public Read ( BinaryReader r ) : void
r BinaryReader
리턴 void

Terminate() 공개 메소드

Called at the end of aggregation, to return the results of the aggregation.
public Terminate ( ) : SqlString
리턴 SqlString

Write() 공개 메소드

public Write ( BinaryWriter w ) : void
w BinaryWriter
리턴 void

프로퍼티 상세

sc 공개적으로 정적으로 프로퍼티

public static StringComparison sc
리턴 StringComparison