A base delegating implementation of {@link DatabaseMetaData}.
Methods that create {@link ResultSet} objects are wrapped tocreate {@link DelegatingResultSet} objects and the remaining methodssimply call the corresponding method on the "delegate" provided in the constructor.
@since 2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|