Uses of Interface
org.mariadb.jdbc.client.socket.Reader
-
-
Uses of Reader in org.mariadb.jdbc.client.impl
Methods in org.mariadb.jdbc.client.impl with parameters of type Reader Modifier and Type Method Description static voidConnectionHelper. authenticationHandler(Credential credential, Writer writer, Reader reader, org.mariadb.jdbc.client.Context context)Authentication swtich handler -
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 ReaderResult. readerpacket readerConstructors in org.mariadb.jdbc.client.result with parameters of type Reader Constructor Description CompleteResult(Statement stmt, boolean binaryProtocol, long maxRows, org.mariadb.jdbc.client.Column[] metadataList, Reader reader, org.mariadb.jdbc.client.Context context, int resultSetType, boolean closeOnCompletion, boolean traceEnable)Constructor from exchangesResult(Statement stmt, boolean binaryProtocol, long maxRows, org.mariadb.jdbc.client.Column[] metadataList, Reader reader, org.mariadb.jdbc.client.Context context, int resultSetType, boolean closeOnCompletion, boolean traceEnable)Constructor for server's dataStreamingResult(Statement stmt, boolean binaryProtocol, long maxRows, org.mariadb.jdbc.client.Column[] metadataList, Reader reader, org.mariadb.jdbc.client.Context context, int fetchSize, ReentrantLock lock, int resultSetType, boolean closeOnCompletion, boolean traceEnable)ConstructorUpdatableResult(Statement stmt, boolean binaryProtocol, long maxRows, org.mariadb.jdbc.client.Column[] metadataList, Reader reader, org.mariadb.jdbc.client.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 classPacketReaderPacket reader -
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 org.mariadb.jdbc.client.CompletionPreparePacket. readPacket(Statement stmt, int fetchSize, long maxRows, int resultSetConcurrency, int resultSetType, boolean closeOnCompletion, Reader reader, Writer writer, org.mariadb.jdbc.client.Context context, ExceptionFactory exceptionFactory, ReentrantLock lock, boolean traceEnable, org.mariadb.jdbc.message.ClientMessage message) -
Uses of Reader in org.mariadb.jdbc.message.server
Constructors in org.mariadb.jdbc.message.server with parameters of type Reader Constructor Description CachedPrepareResultPacket(org.mariadb.jdbc.client.ReadableByteBuf buffer, Reader reader, org.mariadb.jdbc.client.Context context)Cache prepare result with flag indicating usePrepareResultPacket(org.mariadb.jdbc.client.ReadableByteBuf buffer, Reader reader, org.mariadb.jdbc.client.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 org.mariadb.jdbc.client.ReadableByteBufAuthenticationPlugin. process(Writer encoder, Reader decoder, org.mariadb.jdbc.client.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 org.mariadb.jdbc.client.ReadableByteBufClearPasswordPlugin. process(Writer out, Reader in, org.mariadb.jdbc.client.Context context)Send password in clear text to server.org.mariadb.jdbc.client.ReadableByteBufSendGssApiAuthPacket. process(Writer out, Reader in, org.mariadb.jdbc.client.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 voidGssapiAuth. authenticate(Writer writer, Reader in, String servicePrincipalName, String mechanisms)AuthenticatevoidStandardGssapiAuthentication. authenticate(Writer out, Reader in, String servicePrincipalName, String mechanisms)Process default GSS plugin authentication.voidWindowsNativeSspiAuthentication. authenticate(Writer out, Reader in, String servicePrincipalName, String mechanisms)Process native windows 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 org.mariadb.jdbc.client.ReadableByteBufCachingSha2PasswordPlugin. process(Writer out, Reader in, org.mariadb.jdbc.client.Context context)Process native password plugin authentication.org.mariadb.jdbc.client.ReadableByteBufEd25519PasswordPlugin. process(Writer out, Reader in, org.mariadb.jdbc.client.Context context)Process Ed25519 password plugin authentication.org.mariadb.jdbc.client.ReadableByteBufNativePasswordPlugin. process(Writer out, Reader in, org.mariadb.jdbc.client.Context context)Process native password plugin authentication.org.mariadb.jdbc.client.ReadableByteBufSendPamAuthPacket. process(Writer out, Reader in, org.mariadb.jdbc.client.Context context)Process PAM plugin authentication.
-