Example usage for java.sql Driver interface-usage

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

Introduction

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

Usage

From source file net.starschema.clouddb.jdbc.BQDriver.java

/**
 * This Class implements the java.sql.Driver interface
 * 
 * @author Horvth Attila
 */
public class BQDriver implements java.sql.Driver {

From source file org.apache.phoenix.jdbc.PhoenixEmbeddedDriver.java

/**
 * 
 * Abstract base class for JDBC Driver implementation of Phoenix
 * 
 * 
 * @since 0.1

From source file org.kawanfw.sql.api.client.RemoteDriver.java

/**
 * 
 * The <a href=http://www.aceql.com>Driver</a> class in order to access remote
 * SQL databases through HTTP from Android or Java desktop programs.<br>
 * <br>
 * <b>user</b> & <b>password</b> are the only required properties. <br>

From source file org.sonar.jpa.session.DriverDatabaseConnector.java

/**
 * A Driver that stands in for another Driver.
 * This is necessary because java.sql.DriverManager
 * examines the Driver class class loader.
 */
final class DriverProxy implements Driver {