PartitionedDml

com.google.spanner.v1.transaction.TransactionOptions$.Mode$.PartitionedDml
final case class PartitionedDml(value: PartitionedDml) extends Mode

Attributes

Source
TransactionOptions.scala
Graph
Supertypes
trait Mode
trait GeneratedOneof
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

Value members

Concrete methods

override def isPartitionedDml: Boolean

Attributes

Definition Classes
Source
TransactionOptions.scala
override def number: Int

Attributes

Definition Classes
GeneratedOneof
Source
TransactionOptions.scala
override def partitionedDml: Option[PartitionedDml]

Attributes

Definition Classes
Source
TransactionOptions.scala

Inherited methods

def isDefined: Boolean

Attributes

Inherited from:
Mode
Source
TransactionOptions.scala
def isEmpty: Boolean

Attributes

Inherited from:
Mode
Source
TransactionOptions.scala
def isReadOnly: Boolean

Attributes

Inherited from:
Mode
Source
TransactionOptions.scala
def isReadWrite: Boolean

Attributes

Inherited from:
Mode
Source
TransactionOptions.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def readOnly: Option[ReadOnly]

Attributes

Inherited from:
Mode
Source
TransactionOptions.scala
def readWrite: Option[ReadWrite]

Attributes

Inherited from:
Mode
Source
TransactionOptions.scala
def valueOption: Option[ValueType]

Attributes

Inherited from:
GeneratedOneof
Source
GeneratedMessageCompanion.scala