Example usage for java.sql Connection interface-usage

List of usage examples for java.sql Connection interface-usage

Introduction

In this page you can find the example usage for java.sql Connection interface-usage.

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 {