org.firebirdsql.jdbc.metadata.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jaybird Show documentation
Show all versions of jaybird Show documentation
JDBC Driver for the Firebird RDBMS
/**
* 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;