Release 3.0.0-RC1 - Added "experimental" remark to Catalog
This commit is contained in:
parent
4950b742bb
commit
d5053a092a
@ -38,7 +38,9 @@ package org.jooq;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* An object representing a database catalog
|
||||
* An object representing a database catalog.
|
||||
* <p>
|
||||
* NOTE: Catalogs are experimental in jOOQ 3.0
|
||||
*
|
||||
* @author Lukas Eder
|
||||
*/
|
||||
|
||||
@ -68,6 +68,8 @@ public interface Meta {
|
||||
* For those databases that don't really support JDBC meta data catalogs, a
|
||||
* single empty catalog (named <code>""</code>) will be returned. In other
|
||||
* words, there is always at least one catalog in a database.
|
||||
* <p>
|
||||
* NOTE: Catalogs are experimental in jOOQ 3.0
|
||||
*
|
||||
* @throws DataAccessException If something went wrong fetching the meta
|
||||
* objects
|
||||
|
||||
Loading…
Reference in New Issue
Block a user