generic types in object-PL
Date: 1998/04/28
Message-ID: <3545D512.AAE35A1D_at_ddi.nl>#1/1
Hi,
I am a student and need to develop an interface in PL/SQL. Part of this interface is a 'select' operation, which of course needs an argument ( the (range) value you need to select)
I already avoided a variable parameter-list (if the selection includes one or more *and*-clauses) with a select("column", value), and a extendselect(selection, column, value) operation, but i am still bothered by the value-parameter.
In order to be compliant with the oracle datacartridge-machanism, i'd like to enable the end-user to pass any (self-defined)types to this select-operation.
Anybody with more knowledge then me on possibilities of PL to accomplish this ?
Tnx in advance
Arjan van Muyen
City of Amsterdam
Received on Tue Apr 28 1998 - 00:00:00 CEST