{"id":1996,"date":"2012-12-14T00:17:16","date_gmt":"2012-12-14T05:17:16","guid":{"rendered":"http:\/\/hstore.cs.brown.edu\/?page_id=1996"},"modified":"2012-12-14T00:17:16","modified_gmt":"2012-12-14T05:17:16","slug":"noop","status":"publish","type":"page","link":"https:\/\/hstore.cs.brown.edu\/documentation\/system-procedures\/noop\/","title":{"rendered":"@NoOp"},"content":{"rendered":"
This procedure simply performs a “non-operation” transaction that does not execute any queries or modify the database.
\nThis is primarily used for testing the network and transaction queuing components.<\/p>\n
None<\/p>\n
None<\/p>\n
Client client =<\/span> ClientFactory.createClient<\/span>(<\/span>)<\/span>;<\/span>\nclient =<\/span> client.createConnection<\/span>(<\/span>hostname, port)<\/span>;<\/span>\nClientResponse cresponse =<\/span> client.callProcedure<\/span>(<\/span>"@NoOp"<\/span>)<\/span>;<\/span><\/pre><\/td><\/tr><\/table><\/div>\n\n |