Interface MSSQLPoolCreator.Input

Enclosing interface:
MSSQLPoolCreator

public static interface MSSQLPoolCreator.Input
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.mssqlclient.MSSQLConnectOptions
     
    io.vertx.sqlclient.PoolOptions
     
    io.vertx.core.Vertx
     
  • Method Details

    • vertx

      io.vertx.core.Vertx vertx()
    • poolOptions

      io.vertx.sqlclient.PoolOptions poolOptions()
    • msSQLConnectOptions

      io.vertx.mssqlclient.MSSQLConnectOptions msSQLConnectOptions()