ParsedStatement.Prepared prepared = handler.getPrepared(statementId);
options.prepare(prepared.boundNames);
CQLStatement statement = prepared.statement;
if (statement == null)
throw new PreparedQueryNotFoundException(statementId);
if (options.getPageSize() == 0)
throw new ProtocolException("The page size cannot be 0");
UUID tracingId = null;