This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Written in 2015 by Thilo Planz | |
// To the extent possible under law, I have dedicated all copyright and related and neighboring rights | |
// to this software to the public domain worldwide. This software is distributed without any warranty. | |
// http://creativecommons.org/publicdomain/zero/1.0/ | |
package sql2oarrays; | |
import java.io.InputStream; | |
import java.sql.Array; | |
import java.sql.Connection; |