示例#1
0
 @Override
 public Object createPreparedStatement(String cqlQuery) {
   return client.prepare(cqlQuery).statementId.bytes;
 }