All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.firebirdsql.jdbc.metadata.package-info Maven / Gradle / Ivy

There is a newer version: 6.0.0-beta-1
Show newest version
/**
 * The classes in this packages support or provide parts of the implementation of {@link java.sql.DatabaseMetaData}.
 * 

* This package is an implementation detail and not part of the public API of Jaybird. Its contents may change * drastically between point release or may even be removed without notice. Do not rely on it directly, but instead use * {@link java.sql.DatabaseMetaData}. *

* * @author Mark Rotteveel * @since 4 */ @InternalApi package org.firebirdsql.jdbc.metadata; import org.firebirdsql.util.InternalApi;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy