Search:

Type: Posts; User: raycurls; Keyword(s):

Search: Search took 0.01 seconds.

  1. Thanks for your reply! Your suggestion is useful...

    Thanks for your reply!
    Your suggestion is useful and no doubt that both implementation will work. But I'm interested on an implementation based on Spring Data - JDBC Extension. Looking at...
  2. JDBC Data Extension: how to read an Oracle Type with an array property

    I all!
    How can I read an oracle type with an array property? The oracle type is the following:


    create or replace type OBJ_USER as object
    (
    ID_USER NUMBER(15),
    NAME VARCHAR2(50),...
Results 1 to 2 of 2