Expand description
Spanner primitive type constructors for typed parameter binding.
Structs§
- Type
- Spanner type definition.
Enums§
- Type
Code - Spanner type code.
Functions§
- array
- Returns a
TyperepresentingARRAY<t>(GoogleSQL) ort[](PostgreSQL). - bool
- Returns a
TyperepresentingBOOL(GoogleSQL) orboolean(PostgreSQL). - bytes
- Returns a
TyperepresentingBYTES(GoogleSQL) orbytea(PostgreSQL). - date
- Returns a
TyperepresentingDATE(GoogleSQL) ordate(PostgreSQL). - float32
- Returns a
TyperepresentingFLOAT32(GoogleSQL) orreal(PostgreSQL). - float64
- Returns a
TyperepresentingFLOAT64(GoogleSQL) ordouble precision(PostgreSQL). - int64
- Returns a
TyperepresentingINT64(GoogleSQL) orbigint(PostgreSQL). - interval
- Returns a
TyperepresentingINTERVAL(GoogleSQL) orinterval(PostgreSQL). - json
- Returns a
TyperepresentingJSON(GoogleSQL). - numeric
- Returns a
TyperepresentingNUMERIC(GoogleSQL) ornumeric(PostgreSQL). - pg_
jsonb - Returns a
Typerepresentingjsonb(PostgreSQL). - pg_
numeric - Returns a
Typerepresentingnumeric(PostgreSQL). - pg_oid
- Returns a
Typerepresentingoid(PostgreSQL). - string
- Returns a
TyperepresentingSTRING(GoogleSQL) orcharacter varying(PostgreSQL). - timestamp
- Returns a
TyperepresentingTIMESTAMP(GoogleSQL) ortimestamp with time zone(PostgreSQL). - uuid
- Returns a
TyperepresentingUUID(GoogleSQL) oruuid(PostgreSQL).