Interface and Description |
---|
org.firebirdsql.gds.ExceptionListener
Use
ExceptionListener , interface will be removed in Jaybird 4 |
Class and Description |
---|
org.firebirdsql.encodings.CharacterTranslator
To be removed in Jaybird 4
|
Constructor and Description |
---|
org.firebirdsql.jdbc.FBSQLException(String, SQLException)
In all most all cases use
FBSQLException(String, String) in combination with
SQLException.setNextException(SQLException) . |
org.firebirdsql.gds.impl.ServiceRequestBufferImp()
Use
ServiceRequestBufferImp(SrbMetaData, Encoding) , will be removed in Jaybird 4 |
org.firebirdsql.gds.impl.ServiceRequestBufferImp(int)
Use
ServiceRequestBufferImp(SrbMetaData, Encoding) , will be removed in Jaybird 4 |
org.firebirdsql.gds.impl.argument.StringArgument(int, ArgumentType, String) |
Copyright © 2001-2021 Jaybird (Firebird JDBC/JCA) team. All rights reserved.