ComQueryPacket

ldbc.connector.net.packet.request.ComQueryPacket
See theComQueryPacket companion object
case class ComQueryPacket(sql: String, capabilityFlags: Set[CapabilitiesFlags], params: ListMap[ColumnDataType, Any]) extends RequestPacket

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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Packet
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def encode: BitVector

Attributes

Definition Classes
Source
ComQueryPacket.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
ComQueryPacket.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product