SimpleStatement Constructor |
Name | Description | |
---|---|---|
SimpleStatement() |
Creates a new instance of SimpleStatement without any query string or parameters.
| |
SimpleStatement(String) |
Creates a new instance of SimpleStatement with the provided CQL query.
| |
SimpleStatement(IDictionary<String, Object>, String) |
Creates a new instance of SimpleStatement using a dictionary of parameters and a query with
named parameters.
| |
SimpleStatement(String,Object[]) |
Creates a new instance of SimpleStatement with the provided CQL query and values provided.
|