Uses of Class
org.mariadb.r2dbc.message.Protocol
-
Packages that use Protocol Package Description org.mariadb.r2dbc org.mariadb.r2dbc.message -
-
Uses of Protocol in org.mariadb.r2dbc
Methods in org.mariadb.r2dbc with parameters of type Protocol Modifier and Type Method Description reactor.core.publisher.Flux<MariadbResult>MariadbCommonStatement. toResult(Protocol protocol, reactor.core.publisher.Flux<ServerMessage> messages, ExceptionFactory factory, AtomicReference<ServerPrepareResult> prepareResult)Constructors in org.mariadb.r2dbc with parameters of type Protocol Constructor Description MariadbCommonStatement(org.mariadb.r2dbc.client.Client client, String sql, MariadbConnectionConfiguration configuration, Protocol defaultProtocol) -
Uses of Protocol in org.mariadb.r2dbc.message
Methods in org.mariadb.r2dbc.message that return Protocol Modifier and Type Method Description static ProtocolProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static Protocol[]Protocol. values()Returns an array containing the constants of this enum type, in the order they are declared.
-