Exemplo n.º 1
0
 @Override
 public Object createPreparedStatement(String cqlQuery) {
   return client.prepare(cqlQuery).statementId.bytes;
 }