ldbc.connector.net.packet.request
Members list
Type members
Classlikes
Authentication Method Switch Response Packet which contains response data generated by the authentication method requested in Protocol::OldAuthSwitchRequest: packet.
Authentication Method Switch Response Packet which contains response data generated by the authentication method requested in Protocol::OldAuthSwitchRequest: packet.
This data is opaque to the protocol.
Value parameters
- hashedPassword
-
Type: string
Name: data Description: authentication response data
Attributes
- Companion
- object
- Source
- AuthSwitchResponsePacket.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RequestPackettrait Packetclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- AuthSwitchResponsePacket.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
value of each parameter: Binary Protocol Value
value of each parameter: Binary Protocol Value
Value parameters
- values
-
a map of column data type and its value
Attributes
- See also
- Companion
- object
- Source
- BinaryProtocolValuePacket.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RequestPackettrait Packetclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- BinaryProtocolValuePacket.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
The COM_INIT_DB request is used to change the default database for the connection. The database name is specified as an argument to the request. The server changes the default database to the one specified and sends a OK_Packet to the client. If the database does not exist, the server sends an ERR_Packet to the client.
The COM_INIT_DB request is used to change the default database for the connection. The database name is specified as an argument to the request. The server changes the default database to the one specified and sends a OK_Packet to the client. If the database does not exist, the server sends an ERR_Packet to the client.
Attributes
- Companion
- object
- Source
- ComInitDBPacket.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RequestPackettrait Packetclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- ComInitDBPacket.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ComInitDBPacket.type
The COM_QUERY request is used to send the server a text-based query that is executed immediately.
The COM_QUERY request is used to send the server a text-based query that is executed immediately.
Value parameters
- capabilityFlags
-
The capabilities of the client
- sql
-
The SQL query to execute
Attributes
- See also
- Companion
- object
- Source
- ComQueryPacket.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RequestPackettrait Packetclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- ComQueryPacket.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ComQueryPacket.type
A request packet to close the connection.
A request packet to close the connection.
Attributes
- Companion
- object
- Source
- ComQuitPacket.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RequestPackettrait Packetclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- ComQuitPacket.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ComQuitPacket.type
COM_STMT_CLOSE deallocates a prepared statement.
COM_STMT_CLOSE deallocates a prepared statement.
No response packet is sent back to the client.
Value parameters
- statementId
-
The ID of the prepared statement to be closed.
Attributes
- Companion
- object
- Source
- ComStmtClosePacket.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RequestPackettrait Packetclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- ComStmtClosePacket.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ComStmtClosePacket.type
COM_STMT_EXECUTE asks the server to execute a prepared statement as identified by statement_id.
COM_STMT_EXECUTE asks the server to execute a prepared statement as identified by statement_id.
It sends the values for the placeholders of the prepared statement (if it contained any) in Binary Protocol Value form. The type of each parameter is made up of two bytes
Value parameters
- params
-
The parameters to bind to the prepared statement
- statementId
-
The ID of the prepared statement to execute
Attributes
- Companion
- object
- Source
- ComStmtExecutePacket.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RequestPackettrait Packetclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- ComStmtExecutePacket.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ComStmtExecutePacket.type
Attributes
- Companion
- object
- Source
- ComStmtPreparePacket.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RequestPackettrait Packetclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- ComStmtPreparePacket.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ComStmtPreparePacket.type
Old Handshake Response Packet used by old clients or if the server doesn't support CLIENT_PROTOCOL_41 Capabilities Flags flag.
Old Handshake Response Packet used by old clients or if the server doesn't support CLIENT_PROTOCOL_41 Capabilities Flags flag.
Value parameters
- capabilitiesFlags
-
CapabilitiesFlags, only the lower 16 bits. CLIENT_PROTOCOL_41 should never be set.
- database
-
Database used for login
- hashedPassword
-
The password of the client, hashed with the given method.
- pluginName
-
The authentication plugin name.
- user
-
The username of the client.
Attributes
- Companion
- object
- Source
- HandshakeResponse320Packet.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HandshakeResponsePackettrait RequestPackettrait Packetclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- HandshakeResponse320Packet.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Handshake Response Packet sent by 4.1+ clients supporting CLIENT_PROTOCOL_41 Capabilities Flags flag, if the server announced it in its Protocol::Handshake. Otherwise (talking to an old server) the Protocol::HandshakeResponse320 packet must be used.
Handshake Response Packet sent by 4.1+ clients supporting CLIENT_PROTOCOL_41 Capabilities Flags flag, if the server announced it in its Protocol::Handshake. Otherwise (talking to an old server) the Protocol::HandshakeResponse320 packet must be used.
Value parameters
- capabilitiesFlags
-
CapabilitiesFlags, CLIENT_PROTOCOL_41 always set.
- characterSet
-
The character set of the client.
- database
-
Database used for login
- hashedPassword
-
The password of the client, hashed with the given method.
- pluginName
-
The authentication plugin name.
- user
-
The username of the client.
Attributes
- Companion
- object
- Source
- HandshakeResponse41Packet.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HandshakeResponsePackettrait RequestPackettrait Packetclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- HandshakeResponse41Packet.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Depending on the servers support for the CLIENT_PROTOCOL_41 capability and the clients understanding of that flag the client has to send either a Protocol::HandshakeResponse320 or Protocol::HandshakeResponse41.
Depending on the servers support for the CLIENT_PROTOCOL_41 capability and the clients understanding of that flag the client has to send either a Protocol::HandshakeResponse320 or Protocol::HandshakeResponse41.
Attributes
- Companion
- object
- Source
- HandshakeResponsePacket.scala
- Supertypes
- Known subtypes
-
Attributes
- Companion
- trait
- Source
- HandshakeResponsePacket.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
SSL Connection Request Packet.
SSL Connection Request Packet.
It is like Protocol::HandshakeResponse: but is truncated right before username field. If server supports CLIENT_SSL capability, client can send this packet to request a secure SSL connection. The CLIENT_SSL capability flag must be set inside the SSL Connection Request Packet.
Value parameters
- capabilityFlags
-
The capability flags of the client.
Attributes
- Companion
- object
- Source
- SSLRequestPacket.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait RequestPackettrait Packetclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- SSLRequestPacket.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SSLRequestPacket.type
Value members
Concrete methods
Attributes
- Source
- package.scala
Attributes
- Source
- package.scala
Attributes
- Source
- package.scala