PreparedStatementExecuteMessage

com.github.mauricio.async.db.postgresql.messages.frontend.PreparedStatementExecuteMessage
class PreparedStatementExecuteMessage(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

Inherited fields

val kind: Int

Attributes

Inherited from:
ClientMessage
val valueTypes: Seq[Int]

Attributes

Inherited from:
PreparedStatementMessage