object TypeCode extends GeneratedEnumCompanion[TypeCode] with Serializable
- Alphabetic
- By Inheritance
- TypeCode
- Serializable
- Serializable
- GeneratedEnumCompanion
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- sealed trait Recognized extends TypeCode
-
final
case class
Unrecognized(unrecognizedValue: Int) extends TypeCode with UnrecognizedEnum with Product with Serializable
- Annotations
- @SerialVersionUID()
-
type
ValueType = TypeCode
- Definition Classes
- GeneratedEnumCompanion
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- implicit def enumCompanion: GeneratedEnumCompanion[TypeCode]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fromName(name: String): Option[TypeCode]
- Definition Classes
- GeneratedEnumCompanion
-
def
fromValue(__value: Int): TypeCode
- Definition Classes
- TypeCode → GeneratedEnumCompanion
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
javaDescriptor: EnumDescriptor
- Definition Classes
- TypeCode → GeneratedEnumCompanion
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
scalaDescriptor: EnumDescriptor
- Definition Classes
- TypeCode → GeneratedEnumCompanion
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
lazy val
values: Seq[Recognized]
- Definition Classes
- TypeCode → GeneratedEnumCompanion
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
object
ARRAY extends TypeCode with Recognized with Product with Serializable
Encoded as
list, where the list elements are represented according to [array_element_type][google.spanner.v1.Type.array_element_type].Encoded as
list, where the list elements are represented according to [array_element_type][google.spanner.v1.Type.array_element_type].- Annotations
- @SerialVersionUID()
-
object
BOOL extends TypeCode with Recognized with Product with Serializable
Encoded as JSON
trueorfalse.Encoded as JSON
trueorfalse.- Annotations
- @SerialVersionUID()
-
object
BYTES extends TypeCode with Recognized with Product with Serializable
Encoded as a base64-encoded
string, as described in RFC 4648, section 4.Encoded as a base64-encoded
string, as described in RFC 4648, section 4.- Annotations
- @SerialVersionUID()
-
object
DATE extends TypeCode with Recognized with Product with Serializable
Encoded as
stringin RFC 3339 date format.Encoded as
stringin RFC 3339 date format.- Annotations
- @SerialVersionUID()
-
object
FLOAT64 extends TypeCode with Recognized with Product with Serializable
Encoded as
number, or the strings"NaN","Infinity", or"-Infinity".Encoded as
number, or the strings"NaN","Infinity", or"-Infinity".- Annotations
- @SerialVersionUID()
-
object
INT64 extends TypeCode with Recognized with Product with Serializable
Encoded as
string, in decimal format.Encoded as
string, in decimal format.- Annotations
- @SerialVersionUID()
-
object
STRING extends TypeCode with Recognized with Product with Serializable
Encoded as
string.Encoded as
string.- Annotations
- @SerialVersionUID()
-
object
STRUCT extends TypeCode with Recognized with Product with Serializable
Encoded as
list, where list elementiis represented according to [struct_type.fields[i]][google.spanner.v1.StructType.fields].Encoded as
list, where list elementiis represented according to [struct_type.fields[i]][google.spanner.v1.StructType.fields].- Annotations
- @SerialVersionUID()
-
object
TIMESTAMP extends TypeCode with Recognized with Product with Serializable
Encoded as
stringin RFC 3339 timestamp format.Encoded as
stringin RFC 3339 timestamp format. The time zone must be present, and must be"Z".If the schema has the column option
allow_commit_timestamp=true, the placeholder string"spanner.commit_timestamp()"can be used to instruct the system to insert the commit timestamp associated with the transaction commit.- Annotations
- @SerialVersionUID()
-
object
TYPE_CODE_UNSPECIFIED extends TypeCode with Recognized with Product with Serializable
Not specified.
Not specified.
- Annotations
- @SerialVersionUID()