UtilityCommands

ldbc.connector.net.protocol.UtilityCommands
trait UtilityCommands[F[_]]

Utility commands

Type parameters

F

the effect type

Attributes

Source
UtilityCommands.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Protocol[F]

Members list

Value members

Abstract methods

def comInitDB(schema: String): F[Unit]

Initialize the database

Initialize the database

Value parameters

schema

the name of a schema in which to work

Attributes

Source
UtilityCommands.scala
def comPing(): F[Boolean]

Check if the server is alive.

Check if the server is alive.

Attributes

Source
UtilityCommands.scala
def comQuit(): F[Unit]

Quit the connection

Quit the connection

Attributes

Source
UtilityCommands.scala

Reset the connection

Reset the connection

Attributes

Source
UtilityCommands.scala
def comSetOption(optionOperation: EnumMySQLSetOption): F[Unit]

Set an option

Set an option

Value parameters

optionOperation

the option operation

Attributes

Source
UtilityCommands.scala

Get the statistics of the connection

Get the statistics of the connection

Attributes

Source
UtilityCommands.scala