Uses of Class
org.mariadb.jdbc.internal.com.read.Buffer
Packages that use Buffer
Package
Description
-
Uses of Buffer in org.mariadb.jdbc.internal.com.read
Methods in org.mariadb.jdbc.internal.com.read that return BufferModifier and TypeMethodDescriptionBuffer.getLengthEncodedBuffer()Get next data bytes from length encoded prefix.Constructors in org.mariadb.jdbc.internal.com.read with parameters of type BufferModifierConstructorDescriptionEndOfFilePacket(Buffer buffer) Read EOF stream.ErrorPacket(Buffer buffer) Reading error stream.Read Ok stream result. -
Uses of Buffer in org.mariadb.jdbc.internal.com.read.resultset
Fields in org.mariadb.jdbc.internal.com.read.resultset declared as BufferConstructors in org.mariadb.jdbc.internal.com.read.resultset with parameters of type BufferModifierConstructorDescriptionColumnInformation(Buffer buffer) Read column information from buffer. -
Uses of Buffer in org.mariadb.jdbc.internal.com.send
Methods in org.mariadb.jdbc.internal.com.send with parameters of type BufferModifier and TypeMethodDescriptionprivate SQLExceptionComStmtPrepare.buildErrorException(Buffer buffer) -
Uses of Buffer in org.mariadb.jdbc.internal.com.send.authentication
Methods in org.mariadb.jdbc.internal.com.send.authentication that return BufferModifier and TypeMethodDescriptionAuthenticationPlugin.process(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence) Process plugin authentication.ClearPasswordPlugin.process(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence) Send password in clear text to server.Ed25519PasswordPlugin.process(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence) Process Ed25519 password plugin authentication.NativePasswordPlugin.process(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence) Process native password plugin authentication.OldPasswordPlugin.process(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence) Process old password plugin authentication.SendGssApiAuthPacket.process(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence) Process gssapi plugin authentication.SendPamAuthPacket.process(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence) Process PAM plugin authentication. -
Uses of Buffer in org.mariadb.jdbc.internal.io.input
Methods in org.mariadb.jdbc.internal.io.input that return Buffer -
Uses of Buffer in org.mariadb.jdbc.internal.protocol
Methods in org.mariadb.jdbc.internal.protocol with parameters of type BufferModifier and TypeMethodDescriptionprivate voidAbstractQueryProtocol.handleStateChange(Buffer buf, Results results) private SQLExceptionAbstractQueryProtocol.readErrorPacket(Buffer buffer, Results results) Read ERR_Packet.private voidAbstractQueryProtocol.readLocalInfilePacket(Buffer buffer, Results results) Read Local_infile Packet.private voidAbstractQueryProtocol.readOkPacket(Buffer buffer, Results results) Read OK_Packet.private voidAbstractQueryProtocol.readResultSet(Buffer buffer, Results results) Read ResultSet Packet.