Uses of Class
com.omnisci.thrift.server.TQueryResult
-
Packages that use TQueryResult Package Description com.omnisci.thrift.server -
-
Uses of TQueryResult in com.omnisci.thrift.server
Fields in com.omnisci.thrift.server declared as TQueryResult Modifier and Type Field Description TQueryResultOmniSci.sql_execute_result. successMethods in com.omnisci.thrift.server that return TQueryResult Modifier and Type Method Description TQueryResultTQueryResult. deepCopy()TQueryResultOmniSci.AsyncClient.sql_execute_call. getResult()TQueryResultOmniSci.sql_execute_result. getSuccess()TQueryResultOmniSci.Client. recv_sql_execute()TQueryResultTQueryResult. setDebug(String debug)TQueryResultTQueryResult. setExecution_time_ms(long execution_time_ms)TQueryResultTQueryResult. setNonce(String nonce)TQueryResultTQueryResult. setQuery_type(TQueryType query_type)TQueryResultTQueryResult. setRow_set(TRowSet row_set)TQueryResultTQueryResult. setSuccess(boolean success)TQueryResultTQueryResult. setTotal_time_ms(long total_time_ms)TQueryResultOmniSci.Client. sql_execute(String session, String query, boolean column_format, String nonce, int first_n, int at_most_n)TQueryResultOmniSci.Iface. sql_execute(String session, String query, boolean column_format, String nonce, int first_n, int at_most_n)Methods in com.omnisci.thrift.server that return types with arguments of type TQueryResult Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TQueryResult>OmniSci.AsyncProcessor.sql_execute. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in com.omnisci.thrift.server with parameters of type TQueryResult Modifier and Type Method Description intTQueryResult. compareTo(TQueryResult other)booleanTQueryResult. equals(TQueryResult that)OmniSci.sql_execute_resultOmniSci.sql_execute_result. setSuccess(TQueryResult success)Method parameters in com.omnisci.thrift.server with type arguments of type TQueryResult Modifier and Type Method Description voidOmniSci.AsyncClient. sql_execute(String session, String query, boolean column_format, String nonce, int first_n, int at_most_n, org.apache.thrift.async.AsyncMethodCallback<TQueryResult> resultHandler)voidOmniSci.AsyncIface. sql_execute(String session, String query, boolean column_format, String nonce, int first_n, int at_most_n, org.apache.thrift.async.AsyncMethodCallback<TQueryResult> resultHandler)voidOmniSci.AsyncProcessor.sql_execute. start(I iface, OmniSci.sql_execute_args args, org.apache.thrift.async.AsyncMethodCallback<TQueryResult> resultHandler)Constructors in com.omnisci.thrift.server with parameters of type TQueryResult Constructor Description sql_execute_result(TQueryResult success, TOmniSciException e)TQueryResult(TQueryResult other)Performs a deep copy on other.Constructor parameters in com.omnisci.thrift.server with type arguments of type TQueryResult Constructor Description sql_execute_call(String session, String query, boolean column_format, String nonce, int first_n, int at_most_n, org.apache.thrift.async.AsyncMethodCallback<TQueryResult> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-