List of usage examples for java.sql Connection interface-usage
From source file org.batoo.jpa.core.impl.jdbc.ConnectionImpl.java
/** * * @author hceylan * @since $version */ public class ConnectionImpl implements Connection {
From source file net.wedjaa.elasticparser.ESSearch.java
public class ESSearch implements Connection { private ESResultsPager pager; private boolean keepClient = false; private Client esClient; private String mainSearch;
From source file net.starschema.clouddb.jdbc.BQConnection.java
/**
* The connection class which builds the connection between BigQuery and the
* Driver
*
* @author Gunics Balzs, Horvth Attila
*
From source file org.pentaho.di.trans.dataservice.jdbc.ThinConnection.java
public static final String ARG_NONPROXYHOSTS = "nonproxyhosts"; public static final String ARG_DEBUGTRANS = "debugtrans"; public static final String ARG_ISSECURE = "secure"; public static final String ARG_LOCAL = "local"; public static final String ARG_WEB_APPLICATION_NAME = BaseDatabaseMeta.ATTRIBUTE_PREFIX_EXTRA_OPTION + "KettleThin.webappname";
From source file org.xenei.jdbc4sparql.J4SConnection.java
public class J4SConnection implements Connection { private Properties clientInfo; private final J4SUrl url; private final Map<String, Catalog> catalogMap; private final J4SDriver driver; private int networkTimeout;
From source file com.alibaba.wasp.jdbc.JdbcConnection.java
/**
* <p>
* Represents a connection (session) to wasp cluster.
* </p>
* <p>
* Thread safety: the connection is thread-safe, because access is synchronized.
From source file org.mulgara.scon.Connection.java
/** * This class represents a virtual connection to a SPARQL endpoint. * While each operation will create a separated HTTP request/response, * this object keeps the parameters to be used in these interations consistent. */ public class Connection implements GraphURILists, java.sql.Connection {
From source file com.couchbase.CBConnection.java
/** * Created by davec on 2015-02-20. */ public class CBConnection implements java.sql.Connection { private static final Logger logger = LoggerFactory.getLogger(CBConnection.class);
From source file com.couchbase.jdbc.CBConnection.java
/** * Created by davec on 2015-02-20. */ public class CBConnection implements java.sql.Connection { private static final Logger logger = LoggerFactory.getLogger(CBConnection.class);
From source file com.udps.hive.jdbc.HiveConnection.java
/** * HiveConnection. * */ public class HiveConnection implements java.sql.Connection { public static final Log LOG = LogFactory.getLog(HiveConnection.class.getName());