C# Class FluentCassandra.CqlHelper

Afficher le fichier Open project: nativex/fluentcassandra Class Usage Examples

Méthodes publiques

Méthode Description
EscapeForCql ( string value ) : string

Escapse the provided string for use with CQL.

FormatCql ( string format ) : string

Replaces the format item in a specified string with the string representation of a corresponding object in a specified array. Arguments are updated to make sure reserved characters are escaped to support Cassandra's CQL.

Method Details

EscapeForCql() public static méthode

Escapse the provided string for use with CQL.
public static EscapeForCql ( string value ) : string
value string The string value to escape.
Résultat string

FormatCql() public static méthode

Replaces the format item in a specified string with the string representation of a corresponding object in a specified array. Arguments are updated to make sure reserved characters are escaped to support Cassandra's CQL.
public static FormatCql ( string format ) : string
format string A composite format string.
Résultat string