Package org.firebirdsql.jdbc
Class FBConnectionDefaults
- java.lang.Object
- 
- org.firebirdsql.jdbc.FBConnectionDefaults
 
- 
 @Deprecated public class FBConnectionDefaults extends java.lang.ObjectDeprecated.will be removed in Jaybird 6, seePropertyConstantsfor replacement. However, that class is considered internal API and may change without notice.Default values for JDBC connection.- Author:
- Roman Rokytskyy
 
- 
- 
Field SummaryFields Modifier and Type Field Description static intDEFAULT_BLOB_BUFFER_SIZEDeprecated.static intDEFAULT_SOCKET_BUFFER_SIZEDeprecated.
 - 
Constructor SummaryConstructors Constructor Description FBConnectionDefaults()Deprecated.
 
- 
- 
- 
Field Detail- 
DEFAULT_BLOB_BUFFER_SIZE@Deprecated public static final int DEFAULT_BLOB_BUFFER_SIZE Deprecated.- See Also:
- Constant Field Values
 
 - 
DEFAULT_SOCKET_BUFFER_SIZE@Deprecated public static final int DEFAULT_SOCKET_BUFFER_SIZE Deprecated.Default socket buffer size is-1, meaning that we will use socket buffer size default for runtime platform.- See Also:
- Constant Field Values
 
 
- 
 
-