Parse

skunk.net.message.Parse
See theParse companion object
case class Parse(name: String, sql: String, types: List[Int]) extends TaggedFrontendMessage

Attributes

Companion
object
Source
Parse.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
Parse.scala

Inherited methods

final def encode: BitVector

Attributes

Inherited from:
TaggedFrontendMessage
Source
FrontendMessage.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product