Uses of Class
org.mariadb.jdbc.client.socket.impl.UnixDomainSocket.SockAddr
-
Packages that use UnixDomainSocket.SockAddr Package Description org.mariadb.jdbc.client.socket.impl -
-
Uses of UnixDomainSocket.SockAddr in org.mariadb.jdbc.client.socket.impl
Fields in org.mariadb.jdbc.client.socket.impl declared as UnixDomainSocket.SockAddr Modifier and Type Field Description private UnixDomainSocket.SockAddr
UnixDomainSocket. sockaddr
Methods in org.mariadb.jdbc.client.socket.impl with parameters of type UnixDomainSocket.SockAddr Modifier and Type Method Description static int
UnixDomainSocket. connect(int sockfd, UnixDomainSocket.SockAddr sockaddr, int addrlen)
Connect socket
-