-
Jun 14th, 2012, 11:02 AM
#1
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 .
-
Jun 15th, 2012, 07:13 AM
#2
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
-
Forum Rules