Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0369F200C39 for ; Thu, 16 Mar 2017 15:13:29 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 02266160B7A; Thu, 16 Mar 2017 14:13:29 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4EDD5160B78 for ; Thu, 16 Mar 2017 15:13:28 +0100 (CET) Received: (qmail 22923 invoked by uid 500); 16 Mar 2017 14:13:27 -0000 Mailing-List: contact user-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ignite.apache.org Delivered-To: mailing list user@ignite.apache.org Received: (qmail 22912 invoked by uid 99); 16 Mar 2017 14:13:27 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Mar 2017 14:13:27 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id EAA13C678C for ; Thu, 16 Mar 2017 14:13:26 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4.423 X-Spam-Level: **** X-Spam-Status: No, score=4.423 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_ENVFROM_END_DIGIT=0.25, HTML_MESSAGE=2, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 4FAPtNhkHLit for ; Thu, 16 Mar 2017 14:13:26 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id C9FBB5FBE4 for ; Thu, 16 Mar 2017 14:13:25 +0000 (UTC) Received: from static.162.255.23.37.macminivault.com (unknown [162.255.23.37]) by mbob.nabble.com (Postfix) with ESMTP id 93E983EEFB11 for ; Thu, 16 Mar 2017 06:49:03 -0700 (PDT) Date: Thu, 16 Mar 2017 07:13:19 -0700 (MST) From: mhergul To: user@ignite.apache.org Message-ID: <1489673599675-11239.post@n6.nabble.com> Subject: Getting h2 jdbc url from cpp api MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_172030_1056606710.1489673599676" archived-at: Thu, 16 Mar 2017 14:13:29 -0000 ------=_Part_172030_1056606710.1489673599676 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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. ------=_Part_172030_1056606710.1489673599676 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit 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: Getting h2 jdbc url from cpp api
Sent from the Apache Ignite Users mailing list archive at Nabble.com.
------=_Part_172030_1056606710.1489673599676--