CqlCommand Methods |
The CqlCommand type exposes the following members.
Name | Description | |
---|---|---|
BeginExecute |
Starts executing the statement async
| |
EndExecute |
Starts the async executing of the statement
| |
Execute |
Executes the command using the ISession.
| |
ExecuteAsync | ||
GetTable | ||
SetConsistencyLevel | ||
SetQueryTrace | ||
SetSerialConsistencyLevel | ||
SetTimestamp | ||
SetTTL |
Sets the time for data in a column to expire (TTL) for INSERT and UPDATE commands .
|