You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Dag H. Wanvik (JIRA)" <ji...@apache.org> on 2007/04/02 23:32:32 UTC

[jira] Created: (DERBY-2511) reference manual's description of JDBC4 features has misleading sections

reference manual's description of JDBC4 features has misleading sections
------------------------------------------------------------------------

                 Key: DERBY-2511
                 URL: https://issues.apache.org/jira/browse/DERBY-2511
             Project: Derby
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 10.2.2.0, 10.2.1.6
            Reporter: Dag H. Wanvik
            Priority: Trivial


The following sentences under section "javax.sql.DataSource interface: JDBC 4.0 features" should be removed since the feature described is not part of JDBC4 (EoD was withdrawn prior to final release):

"JDBC 4.0 introduces a simpler mechanism for iterating through a table. You use this mechanism by passing an annotated query to your DataSource's createQueryObject method. To expose this createQueryObject method,"

Also, the section "java.sql.Connection interface: JDBC 4.0 features" contains these sentences which should be removed:

"Ease of development - JDBC 4.0 introduces DataSet, a simple mechanism to iterate through a table. You obtain a DataSet by passing an annotated query to your Connection's createQueryObject method."

See ref/rrefjdbc4_0dataSource.dita, ca line 34 and  ref/rrefjdbc4_0connection.dita ca line 42.




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DERBY-2511) reference manual's description of JDBC4 features has misleading sections

Posted by "Kim Haase (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kim Haase updated DERBY-2511:
-----------------------------

    Attachment: rrefjdbc4_0dataSource.html
                rrefjdbc4_0connection.html
                DERBY-2511.diff

Attaching DERBY-2511.diff and two HTML files, rrefjdbc4_0connection.html and rrefjdbc4_0dataSource.html, for these changes.

M      src/ref/rrefjdbc4_0connection.dita
M      src/ref/rrefjdbc4_0dataSource.dita

I also fixed some index entries. Also, it no longer seemed that there was any need to mention org.apache.derby.jdbc.EmbeddedDriver and org.apache.derby.jdbc.ClientDriver in the rrefjdbc4_0dataSource.dita topic, so I removed those lines. Please let me know if they need to go back in.


> reference manual's description of JDBC4 features has misleading sections
> ------------------------------------------------------------------------
>
>                 Key: DERBY-2511
>                 URL: https://issues.apache.org/jira/browse/DERBY-2511
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.2.1.6, 10.2.2.0
>            Reporter: Dag H. Wanvik
>         Assigned To: Kim Haase
>            Priority: Trivial
>         Attachments: DERBY-2511.diff, rrefjdbc4_0connection.html, rrefjdbc4_0dataSource.html
>
>
> The following sentences under section "javax.sql.DataSource interface: JDBC 4.0 features" should be removed since the feature described is not part of JDBC4 (EoD was withdrawn prior to final release):
> "JDBC 4.0 introduces a simpler mechanism for iterating through a table. You use this mechanism by passing an annotated query to your DataSource's createQueryObject method. To expose this createQueryObject method,"
> Also, the section "java.sql.Connection interface: JDBC 4.0 features" contains these sentences which should be removed:
> "Ease of development - JDBC 4.0 introduces DataSet, a simple mechanism to iterate through a table. You obtain a DataSet by passing an annotated query to your Connection's createQueryObject method."
> See ref/rrefjdbc4_0dataSource.dita, ca line 34 and  ref/rrefjdbc4_0connection.dita ca line 42.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (DERBY-2511) reference manual's description of JDBC4 features has misleading sections

Posted by "Kim Haase (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kim Haase reassigned DERBY-2511:
--------------------------------

    Assignee: Kim Haase

> reference manual's description of JDBC4 features has misleading sections
> ------------------------------------------------------------------------
>
>                 Key: DERBY-2511
>                 URL: https://issues.apache.org/jira/browse/DERBY-2511
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.2.1.6, 10.2.2.0
>            Reporter: Dag H. Wanvik
>         Assigned To: Kim Haase
>            Priority: Trivial
>
> The following sentences under section "javax.sql.DataSource interface: JDBC 4.0 features" should be removed since the feature described is not part of JDBC4 (EoD was withdrawn prior to final release):
> "JDBC 4.0 introduces a simpler mechanism for iterating through a table. You use this mechanism by passing an annotated query to your DataSource's createQueryObject method. To expose this createQueryObject method,"
> Also, the section "java.sql.Connection interface: JDBC 4.0 features" contains these sentences which should be removed:
> "Ease of development - JDBC 4.0 introduces DataSet, a simple mechanism to iterate through a table. You obtain a DataSet by passing an annotated query to your Connection's createQueryObject method."
> See ref/rrefjdbc4_0dataSource.dita, ca line 34 and  ref/rrefjdbc4_0connection.dita ca line 42.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-2511) reference manual's description of JDBC4 features has misleading sections

Posted by "Dag H. Wanvik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-2511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12486656 ] 

Dag H. Wanvik commented on DERBY-2511:
--------------------------------------



Kim> 
Kim>     [ https://issues.apache.org/jira/browse/DERBY-2511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12486402 ] 
Kim> 
Kim> Kim Haase commented on DERBY-2511:
Kim> ----------------------------------
Kim> 
Kim> Thanks, that's pretty clear. Is there anything else to be said
Kim> about what those JDBC 4.0-specific interfaces are for? Do people
Kim> still need to use them if they want to run on JDK 6?

The 

    EmbeddedConnectionPoolDataSource40 and
    EmbeddedDataSource40
    EmbeddedXADataSource40
    ClientConnectionPoolDataSource40 and
    ClientDataSource40
    ClientXADataSource40

makes available the Wrapper functionality (isWrapperFor, unwrap
methods) described earlier in this section ("JDBC 4.0-only features",
feature bullet "Wrappers"). I think they are only needed if the
application expects to be able to use this functionaliy for
portability reasons (they expose no vendor-specific extensions for
Derby). 

Anything more to be said on this, Rick?

Btw, why are EmbeddedDriver and ClientDriver referred to as DataSource
in this section ("javax.sql.DataSource interface: JDBC 4.0 features")?

Thanks,

Dag

Kim> 
Kim> > reference manual's description of JDBC4 features has misleading sections
Kim> > ------------------------------------------------------------------------
Kim> >
Kim> >                 Key: DERBY-2511
Kim> >                 URL: https://issues.apache.org/jira/browse/DERBY-2511
Kim> >             Project: Derby
Kim> >          Issue Type: Bug
Kim> >          Components: Documentation
Kim> >    Affects Versions: 10.2.1.6, 10.2.2.0
Kim> >            Reporter: Dag H. Wanvik
Kim> >            Priority: Trivial
Kim> >
Kim> > The following sentences under section "javax.sql.DataSource interface: JDBC 4.0 features" should be removed since the feature described is not part of JDBC4 (EoD was withdrawn prior to final release):
Kim> > "JDBC 4.0 introduces a simpler mechanism for iterating through a table. You use this mechanism by passing an annotated query to your DataSource's createQueryObject method. To expose this createQueryObject method,"
Kim> > Also, the section "java.sql.Connection interface: JDBC 4.0 features" contains these sentences which should be removed:
Kim> > "Ease of development - JDBC 4.0 introduces DataSet, a simple mechanism to iterate through a table. You obtain a DataSet by passing an annotated query to your Connection's createQueryObject method."
Kim> > See ref/rrefjdbc4_0dataSource.dita, ca line 34 and  ref/rrefjdbc4_0connection.dita ca line 42.
Kim> 
Kim> -- 
Kim> This message is automatically generated by JIRA.
Kim> -
Kim> You can reply to this email to add a comment to the issue online.
Kim> 


> reference manual's description of JDBC4 features has misleading sections
> ------------------------------------------------------------------------
>
>                 Key: DERBY-2511
>                 URL: https://issues.apache.org/jira/browse/DERBY-2511
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.2.1.6, 10.2.2.0
>            Reporter: Dag H. Wanvik
>         Assigned To: Kim Haase
>            Priority: Trivial
>         Attachments: DERBY-2511.diff, rrefjdbc4_0connection.html, rrefjdbc4_0dataSource.html
>
>
> The following sentences under section "javax.sql.DataSource interface: JDBC 4.0 features" should be removed since the feature described is not part of JDBC4 (EoD was withdrawn prior to final release):
> "JDBC 4.0 introduces a simpler mechanism for iterating through a table. You use this mechanism by passing an annotated query to your DataSource's createQueryObject method. To expose this createQueryObject method,"
> Also, the section "java.sql.Connection interface: JDBC 4.0 features" contains these sentences which should be removed:
> "Ease of development - JDBC 4.0 introduces DataSet, a simple mechanism to iterate through a table. You obtain a DataSet by passing an annotated query to your Connection's createQueryObject method."
> See ref/rrefjdbc4_0dataSource.dita, ca line 34 and  ref/rrefjdbc4_0connection.dita ca line 42.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-2511) reference manual's description of JDBC4 features has misleading sections

Posted by "Laura Stewart (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-2511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487913 ] 

Laura Stewart commented on DERBY-2511:
--------------------------------------

Committed revision 527293.

> reference manual's description of JDBC4 features has misleading sections
> ------------------------------------------------------------------------
>
>                 Key: DERBY-2511
>                 URL: https://issues.apache.org/jira/browse/DERBY-2511
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.2.1.6, 10.2.2.0
>            Reporter: Dag H. Wanvik
>         Assigned To: Kim Haase
>            Priority: Trivial
>         Attachments: DERBY-2511.diff, rrefjdbc4_0connection.html, rrefjdbc4_0dataSource.html
>
>
> The following sentences under section "javax.sql.DataSource interface: JDBC 4.0 features" should be removed since the feature described is not part of JDBC4 (EoD was withdrawn prior to final release):
> "JDBC 4.0 introduces a simpler mechanism for iterating through a table. You use this mechanism by passing an annotated query to your DataSource's createQueryObject method. To expose this createQueryObject method,"
> Also, the section "java.sql.Connection interface: JDBC 4.0 features" contains these sentences which should be removed:
> "Ease of development - JDBC 4.0 introduces DataSet, a simple mechanism to iterate through a table. You obtain a DataSet by passing an annotated query to your Connection's createQueryObject method."
> See ref/rrefjdbc4_0dataSource.dita, ca line 34 and  ref/rrefjdbc4_0connection.dita ca line 42.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-2511) reference manual's description of JDBC4 features has misleading sections

Posted by "Kim Haase (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-2511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12486402 ] 

Kim Haase commented on DERBY-2511:
----------------------------------

Thanks, that's pretty clear. Is there anything else to be said about what those JDBC 4.0-specific interfaces are for? Do people still need to use them if they want to run on JDK 6?

> reference manual's description of JDBC4 features has misleading sections
> ------------------------------------------------------------------------
>
>                 Key: DERBY-2511
>                 URL: https://issues.apache.org/jira/browse/DERBY-2511
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.2.1.6, 10.2.2.0
>            Reporter: Dag H. Wanvik
>            Priority: Trivial
>
> The following sentences under section "javax.sql.DataSource interface: JDBC 4.0 features" should be removed since the feature described is not part of JDBC4 (EoD was withdrawn prior to final release):
> "JDBC 4.0 introduces a simpler mechanism for iterating through a table. You use this mechanism by passing an annotated query to your DataSource's createQueryObject method. To expose this createQueryObject method,"
> Also, the section "java.sql.Connection interface: JDBC 4.0 features" contains these sentences which should be removed:
> "Ease of development - JDBC 4.0 introduces DataSet, a simple mechanism to iterate through a table. You obtain a DataSet by passing an annotated query to your Connection's createQueryObject method."
> See ref/rrefjdbc4_0dataSource.dita, ca line 34 and  ref/rrefjdbc4_0connection.dita ca line 42.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-2511) reference manual's description of JDBC4 features has misleading sections

Posted by "Kim Haase (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-2511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12486683 ] 

Kim Haase commented on DERBY-2511:
----------------------------------

Thanks very much for the quick feedback, Dag and Rick.

> reference manual's description of JDBC4 features has misleading sections
> ------------------------------------------------------------------------
>
>                 Key: DERBY-2511
>                 URL: https://issues.apache.org/jira/browse/DERBY-2511
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.2.1.6, 10.2.2.0
>            Reporter: Dag H. Wanvik
>         Assigned To: Kim Haase
>            Priority: Trivial
>         Attachments: DERBY-2511.diff, rrefjdbc4_0connection.html, rrefjdbc4_0dataSource.html
>
>
> The following sentences under section "javax.sql.DataSource interface: JDBC 4.0 features" should be removed since the feature described is not part of JDBC4 (EoD was withdrawn prior to final release):
> "JDBC 4.0 introduces a simpler mechanism for iterating through a table. You use this mechanism by passing an annotated query to your DataSource's createQueryObject method. To expose this createQueryObject method,"
> Also, the section "java.sql.Connection interface: JDBC 4.0 features" contains these sentences which should be removed:
> "Ease of development - JDBC 4.0 introduces DataSet, a simple mechanism to iterate through a table. You obtain a DataSet by passing an annotated query to your Connection's createQueryObject method."
> See ref/rrefjdbc4_0dataSource.dita, ca line 34 and  ref/rrefjdbc4_0connection.dita ca line 42.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-2511) reference manual's description of JDBC4 features has misleading sections

Posted by "Dag H. Wanvik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-2511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12486669 ] 

Dag H. Wanvik commented on DERBY-2511:
--------------------------------------

The changes look good to me. I see you also removed the two driver lines which puzzled me.

+1 to commit


> reference manual's description of JDBC4 features has misleading sections
> ------------------------------------------------------------------------
>
>                 Key: DERBY-2511
>                 URL: https://issues.apache.org/jira/browse/DERBY-2511
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.2.1.6, 10.2.2.0
>            Reporter: Dag H. Wanvik
>         Assigned To: Kim Haase
>            Priority: Trivial
>         Attachments: DERBY-2511.diff, rrefjdbc4_0connection.html, rrefjdbc4_0dataSource.html
>
>
> The following sentences under section "javax.sql.DataSource interface: JDBC 4.0 features" should be removed since the feature described is not part of JDBC4 (EoD was withdrawn prior to final release):
> "JDBC 4.0 introduces a simpler mechanism for iterating through a table. You use this mechanism by passing an annotated query to your DataSource's createQueryObject method. To expose this createQueryObject method,"
> Also, the section "java.sql.Connection interface: JDBC 4.0 features" contains these sentences which should be removed:
> "Ease of development - JDBC 4.0 introduces DataSet, a simple mechanism to iterate through a table. You obtain a DataSet by passing an annotated query to your Connection's createQueryObject method."
> See ref/rrefjdbc4_0dataSource.dita, ca line 34 and  ref/rrefjdbc4_0connection.dita ca line 42.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DERBY-2511) reference manual's description of JDBC4 features has misleading sections

Posted by "Kim Haase (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kim Haase updated DERBY-2511:
-----------------------------

    Fix Version/s: 10.3.0.0

> reference manual's description of JDBC4 features has misleading sections
> ------------------------------------------------------------------------
>
>                 Key: DERBY-2511
>                 URL: https://issues.apache.org/jira/browse/DERBY-2511
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.2.1.6, 10.2.2.0
>            Reporter: Dag H. Wanvik
>         Assigned To: Kim Haase
>            Priority: Trivial
>             Fix For: 10.3.0.0
>
>         Attachments: DERBY-2511.diff, rrefjdbc4_0connection.html, rrefjdbc4_0dataSource.html
>
>
> The following sentences under section "javax.sql.DataSource interface: JDBC 4.0 features" should be removed since the feature described is not part of JDBC4 (EoD was withdrawn prior to final release):
> "JDBC 4.0 introduces a simpler mechanism for iterating through a table. You use this mechanism by passing an annotated query to your DataSource's createQueryObject method. To expose this createQueryObject method,"
> Also, the section "java.sql.Connection interface: JDBC 4.0 features" contains these sentences which should be removed:
> "Ease of development - JDBC 4.0 introduces DataSet, a simple mechanism to iterate through a table. You obtain a DataSet by passing an annotated query to your Connection's createQueryObject method."
> See ref/rrefjdbc4_0dataSource.dita, ca line 34 and  ref/rrefjdbc4_0connection.dita ca line 42.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (DERBY-2511) reference manual's description of JDBC4 features has misleading sections

Posted by "Kim Haase (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kim Haase resolved DERBY-2511.
------------------------------

    Resolution: Fixed
    Derby Info:   (was: [Patch Available])

> reference manual's description of JDBC4 features has misleading sections
> ------------------------------------------------------------------------
>
>                 Key: DERBY-2511
>                 URL: https://issues.apache.org/jira/browse/DERBY-2511
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.2.1.6, 10.2.2.0
>            Reporter: Dag H. Wanvik
>         Assigned To: Kim Haase
>            Priority: Trivial
>         Attachments: DERBY-2511.diff, rrefjdbc4_0connection.html, rrefjdbc4_0dataSource.html
>
>
> The following sentences under section "javax.sql.DataSource interface: JDBC 4.0 features" should be removed since the feature described is not part of JDBC4 (EoD was withdrawn prior to final release):
> "JDBC 4.0 introduces a simpler mechanism for iterating through a table. You use this mechanism by passing an annotated query to your DataSource's createQueryObject method. To expose this createQueryObject method,"
> Also, the section "java.sql.Connection interface: JDBC 4.0 features" contains these sentences which should be removed:
> "Ease of development - JDBC 4.0 introduces DataSet, a simple mechanism to iterate through a table. You obtain a DataSet by passing an annotated query to your Connection's createQueryObject method."
> See ref/rrefjdbc4_0dataSource.dita, ca line 34 and  ref/rrefjdbc4_0connection.dita ca line 42.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (DERBY-2511) reference manual's description of JDBC4 features has misleading sections

Posted by "Dag H. Wanvik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dag H. Wanvik closed DERBY-2511.
--------------------------------


Thanks for fixing this, Kim!

> reference manual's description of JDBC4 features has misleading sections
> ------------------------------------------------------------------------
>
>                 Key: DERBY-2511
>                 URL: https://issues.apache.org/jira/browse/DERBY-2511
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.2.1.6, 10.2.2.0
>            Reporter: Dag H. Wanvik
>         Assigned To: Kim Haase
>            Priority: Trivial
>             Fix For: 10.3.0.0
>
>         Attachments: DERBY-2511.diff, rrefjdbc4_0connection.html, rrefjdbc4_0dataSource.html
>
>
> The following sentences under section "javax.sql.DataSource interface: JDBC 4.0 features" should be removed since the feature described is not part of JDBC4 (EoD was withdrawn prior to final release):
> "JDBC 4.0 introduces a simpler mechanism for iterating through a table. You use this mechanism by passing an annotated query to your DataSource's createQueryObject method. To expose this createQueryObject method,"
> Also, the section "java.sql.Connection interface: JDBC 4.0 features" contains these sentences which should be removed:
> "Ease of development - JDBC 4.0 introduces DataSet, a simple mechanism to iterate through a table. You obtain a DataSet by passing an annotated query to your Connection's createQueryObject method."
> See ref/rrefjdbc4_0dataSource.dita, ca line 34 and  ref/rrefjdbc4_0connection.dita ca line 42.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DERBY-2511) reference manual's description of JDBC4 features has misleading sections

Posted by "Kim Haase (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kim Haase updated DERBY-2511:
-----------------------------

    Derby Info: [Patch Available]

> reference manual's description of JDBC4 features has misleading sections
> ------------------------------------------------------------------------
>
>                 Key: DERBY-2511
>                 URL: https://issues.apache.org/jira/browse/DERBY-2511
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.2.1.6, 10.2.2.0
>            Reporter: Dag H. Wanvik
>         Assigned To: Kim Haase
>            Priority: Trivial
>         Attachments: DERBY-2511.diff, rrefjdbc4_0connection.html, rrefjdbc4_0dataSource.html
>
>
> The following sentences under section "javax.sql.DataSource interface: JDBC 4.0 features" should be removed since the feature described is not part of JDBC4 (EoD was withdrawn prior to final release):
> "JDBC 4.0 introduces a simpler mechanism for iterating through a table. You use this mechanism by passing an annotated query to your DataSource's createQueryObject method. To expose this createQueryObject method,"
> Also, the section "java.sql.Connection interface: JDBC 4.0 features" contains these sentences which should be removed:
> "Ease of development - JDBC 4.0 introduces DataSet, a simple mechanism to iterate through a table. You obtain a DataSet by passing an annotated query to your Connection's createQueryObject method."
> See ref/rrefjdbc4_0dataSource.dita, ca line 34 and  ref/rrefjdbc4_0connection.dita ca line 42.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-2511) reference manual's description of JDBC4 features has misleading sections

Posted by "Rick Hillegas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-2511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12486673 ] 

Rick Hillegas commented on DERBY-2511:
--------------------------------------

Thanks for scrubbing these sections, Kim and Dag. As Dag notes, the wrapper calls are only there to satisfy the JDBC contract: Derby doesn't expose any special features which need to be unwrapped. +1 to scrubbing driver references from the DataSource section.

> reference manual's description of JDBC4 features has misleading sections
> ------------------------------------------------------------------------
>
>                 Key: DERBY-2511
>                 URL: https://issues.apache.org/jira/browse/DERBY-2511
>             Project: Derby
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 10.2.1.6, 10.2.2.0
>            Reporter: Dag H. Wanvik
>         Assigned To: Kim Haase
>            Priority: Trivial
>         Attachments: DERBY-2511.diff, rrefjdbc4_0connection.html, rrefjdbc4_0dataSource.html
>
>
> The following sentences under section "javax.sql.DataSource interface: JDBC 4.0 features" should be removed since the feature described is not part of JDBC4 (EoD was withdrawn prior to final release):
> "JDBC 4.0 introduces a simpler mechanism for iterating through a table. You use this mechanism by passing an annotated query to your DataSource's createQueryObject method. To expose this createQueryObject method,"
> Also, the section "java.sql.Connection interface: JDBC 4.0 features" contains these sentences which should be removed:
> "Ease of development - JDBC 4.0 introduces DataSet, a simple mechanism to iterate through a table. You obtain a DataSet by passing an annotated query to your Connection's createQueryObject method."
> See ref/rrefjdbc4_0dataSource.dita, ca line 34 and  ref/rrefjdbc4_0connection.dita ca line 42.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.