Uses of Class
ai.heavy.thrift.server.Heavy.sql_execute_args
-
Packages that use Heavy.sql_execute_args Package Description ai.heavy.thrift.server -
-
Uses of Heavy.sql_execute_args in ai.heavy.thrift.server
Methods in ai.heavy.thrift.server that return Heavy.sql_execute_args Modifier and Type Method Description Heavy.sql_execute_argsHeavy.sql_execute_args. deepCopy()Heavy.sql_execute_argsHeavy.AsyncProcessor.sql_execute. getEmptyArgsInstance()Heavy.sql_execute_argsHeavy.Processor.sql_execute. getEmptyArgsInstance()Heavy.sql_execute_argsHeavy.sql_execute_args. setAt_most_n(int at_most_n)Heavy.sql_execute_argsHeavy.sql_execute_args. setColumn_format(boolean column_format)Heavy.sql_execute_argsHeavy.sql_execute_args. setFirst_n(int first_n)Heavy.sql_execute_argsHeavy.sql_execute_args. setNonce(String nonce)Heavy.sql_execute_argsHeavy.sql_execute_args. setQuery(String query)Heavy.sql_execute_argsHeavy.sql_execute_args. setSession(String session)Methods in ai.heavy.thrift.server with parameters of type Heavy.sql_execute_args Modifier and Type Method Description intHeavy.sql_execute_args. compareTo(Heavy.sql_execute_args other)booleanHeavy.sql_execute_args. equals(Heavy.sql_execute_args that)Heavy.sql_execute_resultHeavy.Processor.sql_execute. getResult(I iface, Heavy.sql_execute_args args)voidHeavy.AsyncProcessor.sql_execute. start(I iface, Heavy.sql_execute_args args, org.apache.thrift.async.AsyncMethodCallback<TQueryResult> resultHandler)Constructors in ai.heavy.thrift.server with parameters of type Heavy.sql_execute_args Constructor Description sql_execute_args(Heavy.sql_execute_args other)Performs a deep copy on other.
-