PreparedStatementOpeningMessage

com.github.mauricio.async.db.postgresql.messages.frontend.PreparedStatementOpeningMessage
class PreparedStatementOpeningMessage(statementId: Int, query: String, values: Seq[Any], encoderRegistry: ColumnEncoderRegistry) extends PreparedStatementMessage

Attributes

Graph
Supertypes
trait KindedMessage
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Inherited fields

val kind: Int

Attributes

Inherited from:
ClientMessage
val valueTypes: Seq[Int]

Attributes

Inherited from:
PreparedStatementMessage