List of usage examples for java.sql Driver interface-usage
From source file com.flipkart.polyglot.jdbc.PolyglotDriver.java
/** * Created by naveen.nahata on 22/03/16. */ public class PolyglotDriver implements Driver { static {
From source file com.taobao.tdhs.jdbc.NonRegisteringDriver.java
/** * @author <a href="mailto:wentong@taobao.com"></a> * @since 12-3-6 ?2:58 */ public class NonRegisteringDriver implements java.sql.Driver { private static final String URL_PREFIX = "jdbc:tdhs://";
From source file org.neo4j.jdbc.Driver.java
/** * JDBC Driver implementation that is backed by a REST Neo4j Server. */ public class Driver implements java.sql.Driver { private final static Log log = LogFactory.getLog(Driver.class);
From source file org.wso2.carbon.dataservices.sql.driver.TDriver.java
public class TDriver implements Driver { private boolean isFilePath; private static final Log log = LogFactory.getLog(Driver.class);
From source file org.pentaho.di.jdbc.KettleDriver.java
public class KettleDriver implements Driver { private static Class<?> PKG = KettleDriver.class; // for i18n purposes, needed by Translator2!! $NON-NLS-1$ public final static String driverPrefix = "jdbc:kettle:";
From source file org.apache.solr.client.solrj.io.sql.DriverImpl.java
/**
* Get a Connection with with a url and properties.
*
* jdbc:solr://zkhost:port?collection=collection&aggregationMode=map_reduce
**/
From source file com.bc.fiduceo.db.AbstractDriver.java
abstract class AbstractDriver implements Driver { private static final String DATE_PATTERN = "yyyy-MM-dd HH:mm:ss.S"; Connection connection;
From source file com.alibaba.wasp.jdbc.Driver.java
/** * JDBC<com.alibaba.wasp.jdbc.Driver>.Please use * code<Class.forName("com.alibaba.wasp.jdbc.Driver");> * */ public class Driver implements java.sql.Driver {
From source file org.pentaho.di.core.database.ConnectionPoolUtilTest.java
/** * User: Dzmitry Stsiapanau Date: 12/11/13 Time: 1:59 PM */ @RunWith(MockitoJUnitRunner.class) public class ConnectionPoolUtilTest implements Driver { private static final String PASSWORD = "manager";
From source file net.big_oh.common.jdbc.JdbcDriverProxy.java
/**
* <p>
* A proxy class that intercepts JDBC {@link Driver} calls in order to expose
* those calls as observable events.
* </p>
* <p>