Results 1 to 2 of 2

Thread: Accessing vendor information with Spring

Hybrid View

  1. #1
    Join Date
    Aug 2004
    Posts
    11

    Default Accessing vendor information with Spring

    I noticed that Spring is able to obtain the database vendor info from the datasource for it's SQLException handling.

    I looked around in the SQLErrorCodesFactory and I see that it calls JdbcUtils to extract the database meta data with a internal implementation of DatabaseMetaDataCallback.

    I was looking to use this kind of functionality in my code, and I was wondering if I was missing someting. Is there a method I can call to obtain the database metadata, or do I need to re-implement the code used in the SQLErrorCodesFactory?

    I would imagine that this could be a useful feature to have in the jdbc package. (obtaining database information from the datasource)

  2. #2
    Join Date
    Aug 2004
    Location
    Toronto, Canada
    Posts
    736

    Default

    Can you please make a feature request in Jira so this doesn't get lost?

    Thanks,
    Colin Sampaleanu
    SpringSource - http://www.springsource.com

Similar Threads

  1. Spring MVC Web Framework versus Struts
    By biguniverse in forum Web Flow
    Replies: 27
    Last Post: Aug 29th, 2012, 03:57 AM
  2. Replies: 13
    Last Post: Jan 5th, 2007, 11:22 PM
  3. Spring accessing other non Spring Web Services
    By aanecito in forum Architecture
    Replies: 1
    Last Post: Jun 17th, 2005, 04:42 AM
  4. Replies: 0
    Last Post: Mar 8th, 2005, 10:00 PM
  5. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •