开发者

Select statement in Hypertable in Java

开发者 https://www.devze.com 2023-03-03 02:19 出处:网络
I am using hypertable in java program (I know it should be used in C++). I want to use SELECT sql query in java program. But I am unable to select. The Result is coming as null.

I am using hypertable in java program (I know it should be used in C++).

I want to use SELECT sql query in java program. But I am unable to select. The Result is coming as null.

Please advice whether we can use SQL hypertable statement in Java p开发者_如何学JAVArogram. If yes, please give some sample code.

Thanks.


download the hypertable sources and unpack them, then look into this directory:

hypertable/src/Java/ThriftClient/org/hypertable/thrift

it has a file called BasicClientTest.java which does a select query.

bye Christoph

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号