org.firebirdsql.jdbc.field.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 newest version!
/**
* Implementation of fields for getting or setting result set columns or prepared statement parameters.
*/
@InternalApi
package org.firebirdsql.jdbc.field;
import org.firebirdsql.util.InternalApi;