Query: net::handlersocket
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Net::HandlerSocket(3pm) User Contributed Perl Documentation Net::HandlerSocket(3pm)NAMENet::HandlerSocket - Perl extension for blah blah blahSYNOPSISuse Net::HandlerSocket; my $hsargs = { host => 'localhost', port => 9999 }; my $cli = new Net::HandlerSocket($hsargs); $cli->open_index(1, 'testdb', 'testtable1', 'PRIMARY', 'foo,bar,baz'); $cli->open_index(2, 'testdb', 'testtable2', 'i2', 'hoge,fuga'); $cli->execute_find(1, '>=', [ 'aaa', 'bbb' ], 5, 100); # select foo,bar,baz from testdb.testtable1 # where pk1 = 'aaa' and pk2 = 'bbb' order by pk1, pk2 # limit 100, 5DESCRIPTIONStub documentation for Net::HandlerSocket, created by h2xs.AUTHORAkira Higuchi<higuchi dot akira at dena dot jp>COPYRIGHT AND LICENSECopyright (C) 2010 DeNA Co.,Ltd.. All rights reserved. See COPYRIGHT.txt for details. perl v5.14.2 2012-05-01 Net::HandlerSocket(3pm)
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
How can I do this in VI editor? |
Is UNIX an open source OS ? |
Introduction |
New UNIX and Linux History Sections |