org.firebirdsql.gds.ng.fields.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
/**
* Low-level field (i.e. column or parameter) and row descriptors, and row values.
*
* @since 3
*/
@InternalApi
package org.firebirdsql.gds.ng.fields;
import org.firebirdsql.util.InternalApi;