Example usage for java.sql Connection Connection

List of usage examples for java.sql Connection Connection

Introduction

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

Prototype

Connection

Source Link

Usage

From source file:org.ublog.benchmark.mysql.DataStoreMysql.java

@Override
public Connection createConnection() throws UnsupportedEncodingException {
    return new Connection().createConnections();
}