-
Classes Class Description org.firebirdsql.gds.impl.oo.OOGDSFactoryPlugin Switch to using "Firebird External" in LibreOffice, will be removed in Jaybird 6.org.firebirdsql.gds.ng.listeners.DefaultDatabaseListener implementingDatabaseListener
is sufficient as all its methods have a default implementation doing nothing, class will be removed in Jaybird 6org.firebirdsql.gds.ng.listeners.DefaultStatementListener implementingStatementListener
is sufficient as all its methods have a default implementation doing nothing, class will be removed in Jaybird 6org.firebirdsql.jdbc.FBConnectionDefaults will be removed in Jaybird 6, seePropertyConstants
for replacement. However, that class is considered internal API and may change without notice.
-
Constructors Constructor Description org.firebirdsql.gds.impl.argument.StringArgument(int, ArgumentType, String) org.firebirdsql.jdbc.FBBlob(GDSHelper, FBObjectListener.BlobListener) will be removed in Jaybird 6, useFBBlob(GDSHelper, FBObjectListener.BlobListener, Config)
org.firebirdsql.jdbc.FBSQLException(String, SQLException) In all most all cases useFBSQLException(String, String)
in combination withSQLException.setNextException(SQLException)
.