| 限定符和类型 | 方法和说明 |
|---|---|
void |
Lob.buildObLobLocatorV1(boolean isBinary,
Buffer buffer,
long magicCode,
long version,
OceanBaseConnection conn) |
void |
Lob.buildObLobLocatorV2(boolean isBinary,
Buffer buffer,
long magicCode,
long version,
OceanBaseConnection conn) |
| 限定符和类型 | 方法和说明 |
|---|---|
Buffer |
AuthenticationPlugin.process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process plugin authentication.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Buffer |
Buffer.getLengthEncodedBuffer()
Get next data bytes from length encoded prefix.
|
| 构造器和说明 |
|---|
ErrorPacket(Buffer buffer)
Reading error stream.
|
| 构造器和说明 |
|---|
ColumnDefinition(Buffer buffer,
boolean OracleMode,
String encoding)
Read column information from buffer.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ComplexData |
BinaryRowProtocol.getComplexStruct(Buffer packet,
ComplexDataType type,
Connection connection) |
| 限定符和类型 | 方法和说明 |
|---|---|
Buffer |
SendGssApiAuthPacket.process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process gssapi plugin authentication. see
https://mariadb.com/kb/en/library/authentication-plugin-gssapi/
|
Buffer |
Ed25519PasswordPlugin.process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process Ed25519 password plugin authentication. see
https://mariadb.com/kb/en/library/authentication-plugin-ed25519/
|
Buffer |
CachingSha2PasswordPlugin.process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process native password plugin authentication. see
https://mariadb.com/kb/en/library/authentication-plugin-mysql_native_password/
|
Buffer |
NativePasswordPlugin.process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process native password plugin authentication. see
https://mariadb.com/kb/en/library/authentication-plugin-mysql_native_password/
|
Buffer |
Sha256PasswordPlugin.process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process SHA 256 password plugin authentication. see
https://mariadb.com/kb/en/library/authentication-plugin-ed25519/
|
Buffer |
SendPamAuthPacket.process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process PAM plugin authentication. see
https://mariadb.com/kb/en/library/authentication-plugin-pam/
|
Buffer |
OldPasswordPlugin.process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process old password plugin authentication. see
https://mariadb.com/kb/en/library/authentication-plugin-mysql_old_password/
|
Buffer |
ClearPasswordPlugin.process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Send password in clear text to server.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Buffer |
StandardPacketInputStream.getPacket(boolean reUsable) |
Buffer |
PacketInputStream.getPacket(boolean reUsable) |
Buffer |
Ob20PacketInputStream.getPacket(boolean reUsable) |
Buffer |
DecompressPacketInputStream.getPacket(boolean reUsable) |
abstract Buffer |
AbstractPacketInputStream.getPacket(boolean reUsable) |
| 限定符和类型 | 方法和说明 |
|---|---|
SQLException |
AbstractQueryProtocol.readErrorPacket(Buffer buffer,
Results results)
Read ERR_Packet.
|
SQLException |
Protocol.readErrorPacket(Buffer buffer,
Results results) |
void |
AbstractQueryProtocol.readOkPacket(Buffer buffer,
Results results)
Read OK_Packet.
|
void |
Protocol.readOkPacket(Buffer buffer,
Results results) |
| 限定符和类型 | 方法和说明 |
|---|---|
static byte |
OceanBaseSerialize.decode_i8(Buffer buf) |
static byte |
OceanBaseSerialize.decode_int8_t(Buffer buf) |
static long |
OceanBaseSerialize.decode_vi64(Buffer buf) |
static byte[] |
OceanBaseSerialize.decode_vstr_nocopy(Buffer buf) |
void |
ObObj.deserialize(Buffer extraInfo) |
protected void |
FullLinkTrace.ControlInfo.deserialize(Buffer buf,
int infoEndPos) |
protected void |
FullLinkTrace.AppInfo.deserialize(Buffer buf,
int infoEndPos) |
static void |
OceanBaseSerialize.encode_i8(Buffer buf,
byte val) |
static void |
OceanBaseSerialize.encode_int8_t(Buffer buf,
byte val) |
static void |
OceanBaseSerialize.encode_vi64(Buffer buf,
long val)
Encode a integer (up to 64bit) in variable length encoding
|
static void |
OceanBaseSerialize.encode_vstr_with_len(Buffer buf,
byte[] vbuf,
long vlen)
Encode a buf as vstr(int64,data,null)
|
void |
ObObj.serialize(Buffer extraInfo) |
protected void |
FullLinkTrace.ControlInfo.serialize(Buffer buf) |
protected void |
FullLinkTrace.AppInfo.serialize(Buffer buf) |
Copyright © 2024 oceanbase.com. All rights reserved.