Uses of Class
org.mariadb.jdbc.internal.com.read.Buffer
-
-
Uses of Buffer in org.mariadb.jdbc.authentication
Methods in org.mariadb.jdbc.authentication that return Buffer Modifier and Type Method Description BufferAuthenticationPlugin. process(PacketOutputStream out, PacketInputStream in, java.util.concurrent.atomic.AtomicInteger sequence)Process plugin authentication. -
Uses of Buffer in org.mariadb.jdbc.internal.com.read
Methods in org.mariadb.jdbc.internal.com.read that return Buffer Modifier and Type Method Description BufferBuffer. getLengthEncodedBuffer()Get next data bytes from length encoded prefix.Constructors in org.mariadb.jdbc.internal.com.read with parameters of type Buffer Constructor Description ErrorPacket(Buffer buffer)Reading error stream. -
Uses of Buffer in org.mariadb.jdbc.internal.com.read.resultset
Fields in org.mariadb.jdbc.internal.com.read.resultset declared as Buffer Modifier and Type Field Description private BufferColumnDefinition. bufferConstructors in org.mariadb.jdbc.internal.com.read.resultset with parameters of type Buffer Constructor Description ColumnDefinition(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 Buffer Modifier and Type Method Description private java.sql.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 Buffer Modifier and Type Method Description BufferCachingSha2PasswordPlugin. process(PacketOutputStream out, PacketInputStream in, java.util.concurrent.atomic.AtomicInteger sequence)Process native password plugin authentication.BufferClearPasswordPlugin. process(PacketOutputStream out, PacketInputStream in, java.util.concurrent.atomic.AtomicInteger sequence)Send password in clear text to server.BufferEd25519PasswordPlugin. process(PacketOutputStream out, PacketInputStream in, java.util.concurrent.atomic.AtomicInteger sequence)Process Ed25519 password plugin authentication.BufferNativePasswordPlugin. process(PacketOutputStream out, PacketInputStream in, java.util.concurrent.atomic.AtomicInteger sequence)Process native password plugin authentication.BufferOldPasswordPlugin. process(PacketOutputStream out, PacketInputStream in, java.util.concurrent.atomic.AtomicInteger sequence)Process old password plugin authentication.BufferSendGssApiAuthPacket. process(PacketOutputStream out, PacketInputStream in, java.util.concurrent.atomic.AtomicInteger sequence)Process gssapi plugin authentication.BufferSendPamAuthPacket. process(PacketOutputStream out, PacketInputStream in, java.util.concurrent.atomic.AtomicInteger sequence)Process PAM plugin authentication.BufferSha256PasswordPlugin. process(PacketOutputStream out, PacketInputStream in, java.util.concurrent.atomic.AtomicInteger sequence)Process SHA 256 password plugin authentication. -
Uses of Buffer in org.mariadb.jdbc.internal.io.input
Methods in org.mariadb.jdbc.internal.io.input that return Buffer Modifier and Type Method Description BufferDecompressPacketInputStream. getPacket(boolean reUsable)BufferPacketInputStream. getPacket(boolean reUsable)BufferStandardPacketInputStream. getPacket(boolean reUsable) -
Uses of Buffer in org.mariadb.jdbc.internal.protocol
Methods in org.mariadb.jdbc.internal.protocol with parameters of type Buffer Modifier and Type Method Description private voidAbstractQueryProtocol. handleStateChange(Buffer buf, Results results)private java.sql.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.
-