# Functions
Add checks the expression for converting the data.
BatchDelete service.
BatchGet for batch operation for getting data.
BatchGetWithProjection from Spanner.
BatchPut writes bulk records to Spanner.
Del checks the expression for saving the data.
Delete service.
ExecuteStatement service API handler function.
ExecuteStatementForDelete executes a delete statement on a Spanner database by converting a PartiQL delete statement to a Spanner compatible format and performing the delete operation.
ExecuteStatementForInsert executes an insert statement on a Spanner database by converting a PartiQL insert statement to a Spanner compatible format and then performing the insert operation.
ExecuteStatementForSelect executes a select statement on a Spanner database, converting a PartiQL statement to a Spanner statement.
ExecuteStatementForUpdate executes an update statement on a Spanner database by converting a PartiQL update statement to a Spanner compatible format and performing the update operation.
No description provided by the author
IsStreamEnabled checks if a table is enabled for streaming or not.
MayIReadOrWrite for checking the operation is allowed or not.
Put writes an object to Spanner.
QueryAttributes from Spanner.
Remove for remove operation in update.
Scan service.
SetServiceInstance sets the service instance (for dependency injection).
StartConfigManager starts config mangager for fetching the config manager data after certain time.
TransactWriteDelete - This function is used to delete an item in a table.