Uses of Interface
org.mariadb.jdbc.client.socket.Reader
Packages that use Reader
Package
Description
-
Uses of Reader in org.mariadb.jdbc.client.impl
Fields in org.mariadb.jdbc.client.impl declared as Reader -
Uses of Reader in org.mariadb.jdbc.client.result
Fields in org.mariadb.jdbc.client.result declared as ReaderConstructors in org.mariadb.jdbc.client.result with parameters of type ReaderModifierConstructorDescriptionCompleteResult
(Statement stmt, boolean binaryProtocol, long maxRows, ColumnDecoder[] metadataList, Reader reader, Context context, int resultSetType, boolean closeOnCompletion, boolean traceEnable, boolean mightBeBulkResult) Constructor from exchangesResult
(Statement stmt, boolean binaryProtocol, long maxRows, ColumnDecoder[] metadataList, Reader reader, Context context, int resultSetType, boolean closeOnCompletion, boolean traceEnable, boolean forceAlias, int fetchSize) Constructor for server's dataStreamingResult
(Statement stmt, boolean binaryProtocol, long maxRows, ColumnDecoder[] metadataList, Reader reader, Context context, int fetchSize, ClosableLock lock, int resultSetType, boolean closeOnCompletion, boolean traceEnable) ConstructorUpdatableResult
(Statement stmt, boolean binaryProtocol, long maxRows, ColumnDecoder[] metadataList, Reader reader, Context context, int resultSetType, boolean closeOnCompletion, boolean traceEnable) Constructor -
Uses of Reader in org.mariadb.jdbc.client.socket.impl
Classes in org.mariadb.jdbc.client.socket.impl that implement Reader -
Uses of Reader in org.mariadb.jdbc.message
Methods in org.mariadb.jdbc.message with parameters of type ReaderModifier and TypeMethodDescriptiondefault Completion
ClientMessage.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.message.client
Methods in org.mariadb.jdbc.message.client with parameters of type ReaderModifier and TypeMethodDescriptionPrepareExecutePacket.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) PreparePacket.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) -
Uses of Reader in org.mariadb.jdbc.message.server
Constructors in org.mariadb.jdbc.message.server with parameters of type ReaderModifierConstructorDescriptionCachedPrepareResultPacket
(ReadableByteBuf buffer, Reader reader, Context context) Cache prepare result with flag indicating usePrepareResultPacket
(ReadableByteBuf buffer, Reader reader, Context context) Prepare packet constructor (parsing) -
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. -
Uses of Reader in org.mariadb.jdbc.plugin.authentication.addon.gssapi
Methods in org.mariadb.jdbc.plugin.authentication.addon.gssapi with parameters of type ReaderModifier and TypeMethodDescriptionvoid
GssapiAuth.authenticate
(Writer writer, Reader in, String servicePrincipalName, String mechanisms) Authenticatevoid
StandardGssapiAuthentication.authenticate
(Writer out, Reader in, String servicePrincipalName, String mechanisms) Process default GSS plugin authentication. -
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.Process Ed25519 password plugin authentication.Process native password plugin authentication.Process parsec password plugin authentication.Process PAM plugin authentication.