Uses of Interface
org.mariadb.jdbc.client.socket.Reader
Packages that use Reader
Package
Description
-
Uses of Reader in org.mariadb.jdbc.message
Methods in org.mariadb.jdbc.message with parameters of type ReaderModifier and TypeMethodDescriptiondefault CompletionClientMessage.readPacket(Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion, Reader reader, Writer writer, Context context, ExceptionFactory exceptionFactory, ClosableLock lock, boolean traceEnable, ClientMessage message, Consumer<String> redirectFct) default packet resultset parser -
Uses of Reader in org.mariadb.jdbc.plugin
Methods in org.mariadb.jdbc.plugin with parameters of type ReaderModifier and TypeMethodDescriptionProcess plugin authentication. -
Uses of Reader in org.mariadb.jdbc.plugin.authentication.addon
Methods in org.mariadb.jdbc.plugin.authentication.addon with parameters of type ReaderModifier and TypeMethodDescriptionSend password in clear text to server.Process gssapi plugin authentication. see https://mariadb.com/kb/en/library/authentication-plugin-gssapi/ -
Uses of Reader in org.mariadb.jdbc.plugin.authentication.standard
Methods in org.mariadb.jdbc.plugin.authentication.standard with parameters of type ReaderModifier and TypeMethodDescriptionProcess native password plugin authentication. see https://mariadb.com/kb/en/library/authentication-plugin-mysql_native_password/Process Ed25519 password plugin authentication. see https://mariadb.com/kb/en/library/authentication-plugin-ed25519/Process native password plugin authentication. see https://mariadb.com/kb/en/library/authentication-plugin-mysql_native_password/Process PAM plugin authentication. see https://mariadb.com/kb/en/library/authentication-plugin-pam/