Package org.firebirdsql.jdbc.metadata
@InternalApi
package org.firebirdsql.jdbc.metadata
The classes in this packages support or provide parts of the implementation of
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
DatabaseMetaData.
- Since:
- 4.0
- Author:
- Mark Rotteveel
-
ClassDescriptionCondition clause for constructing metadata query conditions.Provides access to the database connection for executing database metadata queries.Holder class for query text and parameters.Constants for metadata as used in the Firebird metadata tables
DatabaseMetaDataimplementation.Provides the implementation forDatabaseMetaData.getFunctionColumns(String, String, String, String).Provides the implementation forDatabaseMetaData.getFunctions(String, String, String).Holder of a database metadata pattern.Emulates behavior of a database metadata pattern.Helper class to determine type metadata conforming to expectations ofDatabaseMetaData.