comparison tests/JDBC_API_Tester.java @ 917:c2164decf7f1

Add final to classes
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Wed, 24 Jul 2024 19:19:15 +0200 (9 months ago)
parents 4a5fb9ddee45
children e54a9fc65e0c
comparison
equal deleted inserted replaced
916:2ec67179aa32 917:c2164decf7f1
37 * Only when it deviates the output is sent to system err, see compareExpectedOutput(). 37 * Only when it deviates the output is sent to system err, see compareExpectedOutput().
38 * 38 *
39 * @author Martin van Dinther 39 * @author Martin van Dinther
40 * @version 0.3 40 * @version 0.3
41 */ 41 */
42 final public class JDBC_API_Tester { 42 public final class JDBC_API_Tester {
43 private StringBuilder sb; // buffer to collect the test output 43 private StringBuilder sb; // buffer to collect the test output
44 private Connection con; // main connection shared by all tests 44 private Connection con; // main connection shared by all tests
45 final private int dbmsMajorVersion; 45 final private int dbmsMajorVersion;
46 final private int dbmsMinorVersion; 46 final private int dbmsMinorVersion;
47 final private boolean isPostDec2023; // flag to support version specific output 47 final private boolean isPostDec2023; // flag to support version specific output