PLAN
com.google.spanner.v1.spanner.ExecuteSqlRequest$.QueryMode$.PLAN$
case object PLAN extends QueryMode, Recognized
This mode returns only the query plan, without any results or execution statistics information.
Attributes
- Source
- ExecuteSqlRequest.scala
- Graph
-
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Recognizedclass QueryModetrait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
PLAN.type
Members list
Type members
Inherited types
Attributes
- Inherited from:
- QueryMode
- Source
- ExecuteSqlRequest.scala
The names of the product elements
Attributes
- Inherited from:
- Singleton
- Source
- Mirror.scala
The name of the type
The mirrored *-type
Attributes
- Inherited from:
- Singleton
- Source
- Mirror.scala
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- ExecuteSqlRequest.scala
Inherited methods
Attributes
- Inherited from:
- QueryMode
- Source
- ExecuteSqlRequest.scala
Attributes
- Inherited from:
- QueryMode
- Source
- ExecuteSqlRequest.scala
Create a new instance of type T
with elements taken from product p
.
Create a new instance of type T
with elements taken from product p
.
Attributes
- Inherited from:
- Singleton
- Source
- Mirror.scala
Attributes
- Inherited from:
- QueryMode
- Source
- ExecuteSqlRequest.scala
Attributes
- Inherited from:
- QueryMode
- Source
- ExecuteSqlRequest.scala
Attributes
- Inherited from:
- GeneratedEnum
- Source
- GeneratedMessageCompanion.scala
Attributes
- Inherited from:
- GeneratedEnum
- Source
- GeneratedMessageCompanion.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- GeneratedEnum
- Source
- GeneratedMessageCompanion.scala
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
-
GeneratedEnum -> Any
- Inherited from:
- GeneratedEnum
- Source
- GeneratedMessageCompanion.scala
Inherited fields
Attributes
- Inherited from:
- QueryMode
- Source
- ExecuteSqlRequest.scala
In this article