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.
| |
Execute(String) |
Executes the command using the ISession with the provided execution profile.
| |
ExecuteAsync |
Evaluates the Linq command and executes asynchronously the cql statement.
| |
ExecuteAsync(String) |
Evaluates the Linq command and executes asynchronously the cql statement with the provided execution profile.
| |
GetTable | ||
SetConsistencyLevel | ||
SetQueryTrace | ||
SetSerialConsistencyLevel | ||
SetTimestamp |
Sets the timestamp associated with this statement execution.
| |
SetTTL |
Sets the time for data in a column to expire (TTL) for INSERT and UPDATE commands .
|