Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.

Delete Builder

Otávio Santana edited this page Feb 13, 2014 · 5 revisions

The class Delete Builder is a really simple way to remove some columns with options:

Options

  • withConsistencyLevel: Sets the consistency level for the query
  • withTimeStamp: Option to set the timestamp for a modification query.
  • withTtl: Option to set the ttl for a modification query.

Where

  • whereEq: reates an "equal" where clause.
  • whereIn: Create an "in" where clause stating the provided column must be equal

Run

  • execute: execute the query.
  • executeAsync: delete the provided query asynchronously.
  • executeAsync(asyncCallBack): execute the process asynchronous with asyncCallBack.

Examples

To know more: Delete Builder

Clone this wiki locally