Uses of Interface
org.mariadb.jdbc.client.socket.Reader
-
-
Uses of Reader in org.mariadb.jdbc.client.impl
Fields in org.mariadb.jdbc.client.impl declared as Reader Modifier and Type Field Description private Reader
StandardClient. reader
-
Uses of Reader in org.mariadb.jdbc.client.result
Fields in org.mariadb.jdbc.client.result declared as Reader Modifier and Type Field Description protected Reader
Result. reader
packet readerConstructors in org.mariadb.jdbc.client.result with parameters of type Reader Constructor Description CompleteResult(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 Modifier and Type Class Description class
PacketReader
Packet reader -
Uses of Reader in org.mariadb.jdbc.message
Methods in org.mariadb.jdbc.message with parameters of type Reader Modifier and Type Method Description default 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, java.util.function.Consumer<java.lang.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 Reader Modifier and Type Method Description Completion
PrepareExecutePacket. 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, java.util.function.Consumer<java.lang.String> redirectFct)
Completion
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, java.util.function.Consumer<java.lang.String> redirectFct)
-
Uses of Reader in org.mariadb.jdbc.message.server
Constructors in org.mariadb.jdbc.message.server with parameters of type Reader Constructor Description CachedPrepareResultPacket(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 Reader Modifier and Type Method Description ReadableByteBuf
AuthenticationPlugin. process(Writer encoder, Reader decoder, Context context)
Process plugin authentication. -
Uses of Reader in org.mariadb.jdbc.plugin.authentication.addon
Methods in org.mariadb.jdbc.plugin.authentication.addon with parameters of type Reader Modifier and Type Method Description ReadableByteBuf
ClearPasswordPlugin. process(Writer out, Reader in, Context context)
Send password in clear text to server.ReadableByteBuf
SendGssApiAuthPacket. process(Writer out, Reader in, Context context)
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 Reader Modifier and Type Method Description void
GssapiAuth. authenticate(Writer writer, Reader in, java.lang.String servicePrincipalName, java.lang.String mechanisms)
Authenticatevoid
StandardGssapiAuthentication. authenticate(Writer out, Reader in, java.lang.String servicePrincipalName, java.lang.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 Reader Modifier and Type Method Description ReadableByteBuf
CachingSha2PasswordPlugin. process(Writer out, Reader in, Context context)
Process native password plugin authentication.ReadableByteBuf
Ed25519PasswordPlugin. process(Writer out, Reader in, Context context)
Process Ed25519 password plugin authentication.ReadableByteBuf
NativePasswordPlugin. process(Writer out, Reader in, Context context)
Process native password plugin authentication.ReadableByteBuf
SendPamAuthPacket. process(Writer out, Reader in, Context context)
Process PAM plugin authentication.
-