Class SimpleSocketHandlerFunction
- java.lang.Object
-
- io.quarkus.jdbc.mariadb.runtime.graal.SimpleSocketHandlerFunction
-
- All Implemented Interfaces:
org.mariadb.jdbc.client.socket.impl.SocketHandlerFunction
public class SimpleSocketHandlerFunction extends Object implements org.mariadb.jdbc.client.socket.impl.SocketHandlerFunction
-
-
Constructor Summary
Constructors Constructor Description SimpleSocketHandlerFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Socketapply(org.mariadb.jdbc.Configuration conf, org.mariadb.jdbc.HostAddress hostAddress)
-
-
-
Method Detail
-
apply
public Socket apply(org.mariadb.jdbc.Configuration conf, org.mariadb.jdbc.HostAddress hostAddress) throws IOException, SQLException
- Specified by:
applyin interfaceorg.mariadb.jdbc.client.socket.impl.SocketHandlerFunction- Throws:
IOExceptionSQLException
-
-