List of usage examples for java.sql Connection interface-usage
From source file org.apache.hive.jdbc.HiveConnection.java
import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLClientInfoException; import java.sql.SQLException; import java.sql.SQLFeatureNotSupportedException; import java.sql.SQLWarning;
From source file org.kawanfw.sql.jdbc.ConnectionHttp.java
/** * Creates and handle a HTTP Connection to SQLExecutor on Http Server. */ public class ConnectionHttp extends AbstractConnection implements Connection, Cloneable {