Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> func return meta data

func return meta data

From: Ed Zappulla <zappullae_at_rcn.com>
Date: Fri, 5 Feb 1999 13:59:12 -0500
Message-ID: <79fev9$cj6$1@winter.news.rcn.net>


I'm using oracel 8.0.5 and it looks like I can't pick up the return type of a function. I get all column meta data but that's it. schemaName_ = the proc or function name.

    String catalog = parms.conn_.getCatalog();     DatabaseMetaData mData = parms.conn_.getMetaData();     ResultSet rSet = mData.getProcedureColumns(catalog, parms.userName_, schemaName_, "%");

any ideas? Received on Fri Feb 05 1999 - 12:59:12 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US