Class/Object

com.youtube.vitess.proto.vtgate

ExecuteRequest

Related Docs: object ExecuteRequest | package vtgate

Permalink

final case class ExecuteRequest(callerId: Option[CallerID] = None, session: Option[Session] = None, query: Option[BoundQuery] = None, tabletType: TabletType = ..., notInTransaction: Boolean = false, keyspace: String = "", options: Option[ExecuteOptions] = None) extends GeneratedMessage with Message[ExecuteRequest] with Updatable[ExecuteRequest] with Product with Serializable

ExecuteRequest is the payload to Execute.

callerId

caller_id identifies the caller. This is the effective caller ID, set by the application to further identify the caller.

session

session carries the current transaction data. It is returned by Begin. Do not fill it in if outside of a transaction.

query

query is the query and bind variables to execute.

tabletType

tablet_type is the type of tablets that this query is targeted to.

notInTransaction

not_in_transaction is deprecated and should not be used.

keyspace

keyspace to target the query to.

options

options

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[ExecuteRequest], Message[ExecuteRequest], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExecuteRequest
  2. Product
  3. Equals
  4. Updatable
  5. Message
  6. GeneratedMessage
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExecuteRequest(callerId: Option[CallerID] = None, session: Option[Session] = None, query: Option[BoundQuery] = None, tabletType: TabletType = ..., notInTransaction: Boolean = false, keyspace: String = "", options: Option[ExecuteOptions] = None)

    Permalink

    callerId

    caller_id identifies the caller. This is the effective caller ID, set by the application to further identify the caller.

    session

    session carries the current transaction data. It is returned by Begin. Do not fill it in if outside of a transaction.

    query

    query is the query and bind variables to execute.

    tabletType

    tablet_type is the type of tablets that this query is targeted to.

    notInTransaction

    not_in_transaction is deprecated and should not be used.

    keyspace

    keyspace to target the query to.

    options

    options

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val callerId: Option[CallerID]

    Permalink

    caller_id identifies the caller.

    caller_id identifies the caller. This is the effective caller ID, set by the application to further identify the caller.

  6. def clearCallerId: ExecuteRequest

    Permalink
  7. def clearOptions: ExecuteRequest

    Permalink
  8. def clearQuery: ExecuteRequest

    Permalink
  9. def clearSession: ExecuteRequest

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def companion: ExecuteRequest.type

    Permalink
    Definition Classes
    ExecuteRequest → GeneratedMessage
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def getCallerId: CallerID

    Permalink
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getField(__field: FieldDescriptor): PValue

    Permalink
    Definition Classes
    ExecuteRequest → GeneratedMessage
  17. def getFieldByNumber(__fieldNumber: Int): Any

    Permalink
    Definition Classes
    ExecuteRequest → GeneratedMessage
  18. def getOptions: ExecuteOptions

    Permalink
  19. def getQuery: BoundQuery

    Permalink
  20. def getSession: Session

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. val keyspace: String

    Permalink

    keyspace to target the query to.

  23. def mergeFrom(_input__: CodedInputStream): ExecuteRequest

    Permalink
    Definition Classes
    ExecuteRequest → Message
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. val notInTransaction: Boolean

    Permalink

    not_in_transaction is deprecated and should not be used.

  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. val options: Option[ExecuteOptions]

    Permalink

    options

  29. val query: Option[BoundQuery]

    Permalink

    query is the query and bind variables to execute.

  30. final def serializedSize: Int

    Permalink
    Definition Classes
    ExecuteRequest → GeneratedMessage
  31. val session: Option[Session]

    Permalink

    session carries the current transaction data.

    session carries the current transaction data. It is returned by Begin. Do not fill it in if outside of a transaction.

  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. val tabletType: TabletType

    Permalink

    tablet_type is the type of tablets that this query is targeted to.

  34. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  35. def toByteString: ByteString

    Permalink
    Definition Classes
    GeneratedMessage
  36. def toPMessage: PMessage

    Permalink
    Definition Classes
    GeneratedMessage
  37. def toString(): String

    Permalink
    Definition Classes
    ExecuteRequest → AnyRef → Any
  38. def update(ms: (Lens[ExecuteRequest, ExecuteRequest]) ⇒ Mutation[ExecuteRequest]*): ExecuteRequest

    Permalink
    Definition Classes
    Updatable
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def withCallerId(__v: CallerID): ExecuteRequest

    Permalink
  43. def withKeyspace(__v: String): ExecuteRequest

    Permalink
  44. def withNotInTransaction(__v: Boolean): ExecuteRequest

    Permalink
  45. def withOptions(__v: ExecuteOptions): ExecuteRequest

    Permalink
  46. def withQuery(__v: BoundQuery): ExecuteRequest

    Permalink
  47. def withSession(__v: Session): ExecuteRequest

    Permalink
  48. def withTabletType(__v: TabletType): ExecuteRequest

    Permalink
  49. def writeDelimitedTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage
  50. def writeTo(_output__: CodedOutputStream): Unit

    Permalink
    Definition Classes
    ExecuteRequest → GeneratedMessage
  51. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def getAllFields: Map[FieldDescriptor, Any]

    Permalink
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use toPMessage

  2. def getField(field: FieldDescriptor): Any

    Permalink
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use getField that accepts a ScalaPB descriptor and returns PValue

Inherited from Product

Inherited from Equals

Inherited from Updatable[ExecuteRequest]

Inherited from Message[ExecuteRequest]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped