package
3.4.0+incompatible
Repository: https://github.com/googlecloudplatform/spanner-migration-tool.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
GetColsAndSchemas provides information about columns and schema for a table.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ProcessDbDump reads dump data from r and does schema or data conversion, depending on whether conv is configured for schema mode or data mode.
No description provided by the author
ToNotNull returns true if a column is not nullable and false if it is.
No description provided by the author

# Constants

Default to 20 - observed diminishing returns above this value.

# Variables

Data type sizes are referred from https://cloud.google.com/spanner/docs/reference/standard-sql/data-types#storage_size_for_data_types.

# Structs

FkConstraint contains foreign key constraints.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SchemaAndName contains the schema and name for a table.
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

DbDump common interface for database dump functions.
InfoSchema contains database information.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ToDdl interface is meant to be implemented by all sources.
No description provided by the author