public class MySQLClient_GroovyStaticExtension extends Object
Constructor and Description |
---|
MySQLClient_GroovyStaticExtension() |
Modifier and Type | Method and Description |
---|---|
static AsyncSQLClient |
createNonShared(MySQLClient j_receiver,
Vertx vertx,
Map<String,Object> config) |
static AsyncSQLClient |
createShared(MySQLClient j_receiver,
Vertx vertx,
Map<String,Object> config) |
static AsyncSQLClient |
createShared(MySQLClient j_receiver,
Vertx vertx,
Map<String,Object> config,
String poolName) |
public static AsyncSQLClient createNonShared(MySQLClient j_receiver, Vertx vertx, Map<String,Object> config)
public static AsyncSQLClient createShared(MySQLClient j_receiver, Vertx vertx, Map<String,Object> config, String poolName)
public static AsyncSQLClient createShared(MySQLClient j_receiver, Vertx vertx, Map<String,Object> config)
Copyright © 2017. All rights reserved.