Interface MSSQLClientParser

All Superinterfaces:
SQLClientOptionParser<io.vertx.mssqlclient.MSSQLConnectOptions>
All Known Subinterfaces:
MSSQLPoolProvider

public interface MSSQLClientParser extends SQLClientOptionParser<io.vertx.mssqlclient.MSSQLConnectOptions>
MSSQL connection option parser
Since:
2.0.0
See Also:
  • MSSQLConnectOptions
  • Method Summary

    Modifier and Type
    Method
    Description
    default @NotNull io.vertx.mssqlclient.MSSQLConnectOptions
    parseConn(@NotNull io.vertx.core.json.JsonObject connOptions)
    Parse a json SQL connection options to the specific connection options depends on SQL driver

    Methods inherited from interface io.github.zero88.jooqx.provider.SQLClientOptionParser

    parsePool
  • Method Details

    • parseConn

      @NotNull default @NotNull io.vertx.mssqlclient.MSSQLConnectOptions parseConn(@NotNull @NotNull io.vertx.core.json.JsonObject connOptions)
      Description copied from interface: SQLClientOptionParser
      Parse a json SQL connection options to the specific connection options depends on SQL driver
      Specified by:
      parseConn in interface SQLClientOptionParser<io.vertx.mssqlclient.MSSQLConnectOptions>
      Parameters:
      connOptions - SQL connection option
      Returns:
      a specific SQL connection option