Results 1 to 2 of 2

Thread: Table metadata

  1. #1
    Join Date
    Jun 2011
    Posts
    2

    Default Table metadata

    Guys ,

    I'm trying to get the table metadata through Spring JDBC .To list the column names from a table .Is there any Spring JDBC API to achieve this ? . Any help appreciated .

    In JDBC we have ResultSet.getMetadata() to accomplish this any similar API from spring jdbc bundle ?

    Thanks .

  2. #2
    Join Date
    Aug 2006
    Posts
    129

    Default

    DatabaseMetadataCallback and see the package org.springframework.jdbc.core.metadata

Tags for this Thread

Posting Permissions

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