You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by vkulichenko <va...@gmail.com> on 2017/07/03 19:50:27 UTC

Re: Fetch column names in sql query results

There is no way to do this in 2.0. You'll have to wait for 2.1.

-Val



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Fetch-column-names-in-sql-query-results-tp14089p14277.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Fetch column names in sql query results

Posted by Ilya Kasnacheev <il...@gmail.com>.
Hello!

I don't think it is possible with SqlFieldsQuery even in Java.

I'm afraid the best course of action for you is just use JDBC API. I'm
pretty sure that .Net JDBC is available somewhere.

Regards,
-- 
Ilya Kasnacheev


пн, 1 окт. 2018 г. в 10:57, wt <wa...@gmail.com>:

> hi
>
> I am on 2.6 using the .net api and there are is no metadata object on the
> result set even though this was said to have been added in 2.1. I could use
> the rest service but would prefer to use the api. can anyone advise if this
> is possible with SqlFieldsQuery?
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Re: Fetch column names in sql query results

Posted by wt <wa...@gmail.com>.
hi

I am on 2.6 using the .net api and there are is no metadata object on the
result set even though this was said to have been added in 2.1. I could use
the rest service but would prefer to use the api. can anyone advise if this
is possible with SqlFieldsQuery?



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/