Package | Description |
---|---|
com.datastax.driver.core.querybuilder |
A CQL3 query builder.
|
Modifier and Type | Method and Description |
---|---|
Select.Options |
Select.Options.and(Using using)
Adds the provided option.
|
Select.Options |
Select.using(Using using)
Adds a new options for this SELECT statement.
|
Select.Options |
Select.Where.using(Using using)
Adds an option to the SELECT statement this WHERE clause is part of.
|
Copyright © 2012–2024. All rights reserved.