-
Packages Package Description org.firebirdsql.gds.impl.oo Switch to using "Firebird External" in LibreOffice, will be removed in Jaybird 6.org.firebirdsql.logging will be removed in Jaybird 6 without replacement
-
Interfaces Interface Description org.firebirdsql.logging.Logger will be removed in Jaybird 6 without replacement
-
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.DatatypeCoder.RawDateTimeStruct use ajava.time
type; will be removed in Jaybird 6org.firebirdsql.gds.ng.jna.FbLocalDatabaseFactory will be removed in Jaybird 6 without replacementorg.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.gds.ng.wire.auth.legacy.UnixCrypt will be removed in Jaybird 6, and replaced byLegacyHash
which will be introduced 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.org.firebirdsql.logging.LoggerFactory will be removed in Jaybird 6 without replacement
-
Exceptions Exceptions Description org.firebirdsql.gds.GDSException use a normal SQLException or subclass, this class may be removed in Jaybird 7 or later
-
Constructors Constructor Description org.firebirdsql.gds.GDSException(int, int) will be removed in Jaybird 6, if you really must use this class, useGDSException(String)
,GDSException(int)
, orGDSException(int,Throwable)
, but keep in mind this class will be removed in Jaybird 7 or laterorg.firebirdsql.gds.impl.argument.StringArgument(int, ArgumentType, String) will be removed in Jaybird 6, useStringArgument(int, ArgumentType, String, Encoding)
org.firebirdsql.jaybird.xca.FBXAException() will be removed in Jaybird 6, use one of the other constructorsorg.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)
.