Standard.Generic_JDBCGeneric_JDBC_ConnectioncloseOn this pageGeneric_JDBC_Connection.close close Group: Input Documentation Close the underlying JDBC connection. Examples Connect to an H2 database instance, then close the connection. connection = Generic_JDBC_Connection.connect "jdbc:h2:~/my_database" connection.close