C# Class JSqlSerializer, J-SQL

Afficher le fichier Open project: jgcoding/J-SQL Class Usage Examples

Méthodes publiques

Свойство Type Description
sc StringComparison

Méthodes publiques

Méthode Description
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

Method Details

Accumulate() public méthode

Accumulate the next value, not if the value is null
public Accumulate ( SqlString itemKey, SqlString itemValue ) : void
itemKey SqlString
itemValue SqlString
Résultat void

FormatJsonValue() public méthode

public FormatJsonValue ( String itemValue ) : String
itemValue String
Résultat String

Init() public méthode

Initialize the internal data structures
public Init ( ) : void
Résultat void

Merge() public méthode

Merge the partially computed aggregate with this aggregate.
public Merge ( JSqlSerializer, Group ) : void
Group JSqlSerializer,
Résultat void

Read() public méthode

public Read ( BinaryReader r ) : void
r BinaryReader
Résultat void

Terminate() public méthode

Called at the end of aggregation, to return the results of the aggregation.
public Terminate ( ) : SqlString
Résultat SqlString

Write() public méthode

public Write ( BinaryWriter w ) : void
w BinaryWriter
Résultat void

Property Details

sc public_oe static_oe property

public static StringComparison sc
Résultat StringComparison