comparison tests/SQLcopyinto.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 e890195256ac
children d416e9b6b3d0
comparison
equal deleted inserted replaced
916:2ec67179aa32 917:c2164decf7f1
22 * It shows how a data stream via MapiSocket to STDIN can be performed. 22 * It shows how a data stream via MapiSocket to STDIN can be performed.
23 * 23 *
24 * @author Fabian Groffen, Martin van Dinther 24 * @author Fabian Groffen, Martin van Dinther
25 */ 25 */
26 26
27 public class SQLcopyinto { 27 public final class SQLcopyinto {
28 final private static String tablenm = "exampleSQLCopyInto"; 28 final private static String tablenm = "exampleSQLCopyInto";
29 29
30 public static void main(String[] args) throws Exception { 30 public static void main(String[] args) throws Exception {
31 System.out.println("SQLcopyinto started"); 31 System.out.println("SQLcopyinto started");
32 if (args.length == 0) { 32 if (args.length == 0) {