[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.rt.eclipselink] Re: Can we dosover the fields in a table using eclipse link?

There are some methods on SchemaManager in the tools package, such as getTableInfo(), getColumnInfo() that gives schema info. These are just wrappers for the JDBC meta-data API's, so you could just use JDBC as well.

---
James
http://www.nabble.com/EclipseLink---Users-f26658.html