You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Subbarao (JIRA)" <ji...@apache.org> on 2018/05/17 06:51:00 UTC

[jira] [Comment Edited] (CALCITE-2313) Showing Empty Result

    [ https://issues.apache.org/jira/browse/CALCITE-2313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16478611#comment-16478611 ] 

Subbarao edited comment on CALCITE-2313 at 5/17/18 6:50 AM:
------------------------------------------------------------

how to get all function names and procedure names in oracle database using calcite connection and schema.

schema.getFunctionNames() return result is:[ ]

Then i am try to retrieving DatabaseMetadata.getFunction().Here also it will be showing empty.

Iam using calciResultSet ,AvaticaResultSet and ResultSet for getting functions and procedures but will be showing empty.

Is it possible get all function names and procedure names from any database.

But normal jdbc connection using DatabseMetaData properties  it retrive alll function names and procedure names.Why it will not retrive in calcite


was (Author: subbumitta):
how to get all function names and procedure names in oracle database using calcite connection and schema.

schema.getFunctionNames() return result is:[ ]

Then i am try to retrieving DatabaseMetadata.getFunction().Here also it will be showing empty.

Iam using calciResultSet ,AvaticaResultSet and ResultSet for getting functions and procedures but will be showing empty.

Is it possible get all function names and procedure names from any database

> Showing Empty Result
> --------------------
>
>                 Key: CALCITE-2313
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2313
>             Project: Calcite
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.15.0
>            Reporter: Subbarao
>            Assignee: Julian Hyde
>            Priority: Major
>
> While i am executing getFunctionNames() in Schema it will be showing Empty [ ]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)