Click or drag to resize

Cql Class

Represents a CQL statement and its arguments.
Inheritance Hierarchy
SystemObject
  Dse.MappingCql

Namespace:  Dse.Mapping
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public class Cql

The Cql type exposes the following members.

Constructors
  NameDescription
Public methodCql
Creates a new Cql instance using the CQL string and bind variable values specified.
Top
Properties
  NameDescription
Public propertyArguments
Any bind variable values for the CQL string.
Public propertyExecutionProfile
Execution Profile to be used when executing this CQL instance.
Public propertyStatement
The CQL string.
Top
Methods
  NameDescription
Public methodStatic memberNew
Creates an empty CQL instance for cases where a cql string is not needed like fetch queries.
Public methodStatic memberNew(String, Object)
Creates a new CQL instance from the CQL statement and parameters specified.
Public methodWithExecutionProfile
Configures the execution profile for execution of this Cql instance.
Public methodWithOptions
Configures any options for execution of this Cql instance.
Top
See Also