public CqlResult_t executeQuery(String query) throws TException
{
CqlResult_t result = new CqlResult_t();
CqlResult cqlResult = CqlDriver.executeQuery(query);
// convert CQL result type to Thrift specific return type
if (cqlResult != null)
{
result.errorTxt = cqlResult.errorTxt;