Module rustyspanner::database[][src]

Structs

BatchSnapshot

Wrapper for generating and processing read/query batches.

Database

Representation of a Cloud Spanner Database.

ListDatabases

Helper struct used when listing databases.

PartitionQuery

Helper struct used when processing partition query batches.

PartitionRead

Helper struct used when processing partition read batches.

Enums

BatchType

Helper enum used to differentiate between Query or Read batches.

Constants

TRANSACTION_RUNNING

Local thread used to check if a transaction is running or not.