Hi,
I'm using Apache Ignite 1.9 C++ api. I want to get h2 jdbc url (like:
jdbc:h2:mem:b552f121-9fc6-47f0-9a12-eba7693ed180 ) from C++ API. How can I
do that?
I'm trying to get catalog name (e.g. "b552f121-9fc6-47f0-9a12-eba7693ed180"
) with following SQL query:
ignite::cache::query::SqlFieldsQuery query("SELECT CATALOG_NAME FROM
INFORMATION_SCHEMA.CATALOGS;");
But, it gives *"Unsupported query: Unexpected Table implementation
[cls=MetaTable]"* error.
Thanks
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Getting-h2-jdbc-url-from-cpp-api-tp11239.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.