this is my code)))where are error?
Type: Posts; User: 6accoh; Keyword(s):
this is my code)))where are error?
function find_legal_org_name
( p_name_org in fdc_legal_person.name%type := null
)
return fdc_legal_person_v_rowtype_tbl pipelined;
public class ex_1
{
public String id;
public String name_or;
}
public void getList(){
AtomicReference<RowMapper> mapper;
mapper =...
Hello!
Please tell me how to execute a stored function in Oracle database, which returns the table with pipelined, using SimpleJdbcCall.
examples are welcome!
Thanks much.