# Packages
No description provided by the author
# Functions
NewConfigError creates and returns an instance of ConfigError.
NewSetupSchemaTask returns a new instance of SetupTask.
NewUpdateSchemaTask returns a new instance of UpdateTask.
Setup sets up schema tables.
Update updates the schema for the specified database.
# Constants
CLIFlagAddressTranslator is the cli option for address translator for Cassandra.
CLIFlagAddressTranslatorOptions is the cli option for address translator of Cassandra.
CLIFlagAllowedAuthenticators is the cli flag for allowed authenticators.
CLIFlagConnectAttributes allows arbitrary connect attributes.
CLIFlagDatabase is the cli flag for database.
CLIFlagDatacenter is the cli option for NetworkTopologyStrategy datacenter.
CLIFlagDisableInitialHostLookup is the cli flag for only using supplied hosts to connect to the database.
CLIFlagDisableVersioning is the cli flag for disabling versioning.
CLIFlagEnableTLS enables cassandra client TLS.
CLIFlagEndpoint is the cli flag for endpoint.
CLIFlagForce is the cli flag for force mode.
CLIFlagKeyspace is the cli flag for keyspace.
CLIFlagOverwrite is the cli flag for overwrite.
CLIFlagPassword is the cli flag for password.
CLIFlagPluginName is the cli flag for plugin name.
CLIFlagPort is the cli flag for port.
CLIFlagQuiet is the cli flag for quiet mode.
CLIFlagReplicationFactor is the cli flag for replication factor.
CLIFlagSchemaDir is the cli flag for schema directory.
CLIFlagSchemaFile is the cli flag for schema file.
CLIFlagSchemaName is the cli flag that says which pre-embedded schema to use.
CLIFlagTargetVersion is the cli flag for target version.
CLIFlagTimeout is the cli flag for timeout.
CLIFlagTLSCaFile is the optional tls CA file (tls must be enabled).
CLIFlagTLSCertFile is the optional tls cert file (tls must be enabled).
CLIFlagTLSDisableHostVerification disable tls host verification (tls must be enabled).
CLIFlagTLSHostName specifies the host name for host name verification.
CLIFlagTLSKeyFile is the optional tls key file (tls must be enabled).
CLIFlagUser is the cli flag for user.
CLIFlagVersion is the cli flag for version.
CLIOptAddressTranslator is the cli option for address translator for Cassandra.
CLIOptAddressTranslatorOptions is the cli option for options for address translator.
CLIOptAuthenticator is the cli option for allowed authenticator settings.
CLIOptConnectAttributes is the cli option for connect attributes (key/values via a url query string).
CLIOptConsistency is the cli option for consistency settings.
CLIOptDatabase is the cli option for database.
CLIOptDatacenter is the cli option for NetworkTopologyStrategy datacenter.
CLIOptDefaultDb is the cli option used as defaultdb to connect to.
CLIOptDisableVersioning is the cli option to disabling versioning.
CLIOptEndpoint is the cli option for endpoint.
CLIOptForce is the cli option for force mode.
CLIOptKeyspace is the cli option for keyspace.
CLIOptOverwrite is the cli option for overwrite.
CLIOptPassword is the cli option for password.
CLIOptPluginName is the cli option for plugin name.
CLIOptPort is the cli option for port.
CLIOptQuiet is the cli option for quiet mode.
CLIOptReplicationFactor is the cli option for replication factor.
CLIOptSchemaDir is the cli option for schema directory.
CLIOptSchemaFile is the cli option for schema file.
CLIOptSchemaName is the cli option for which pre-embedded schema to use.
CLIOptTargetVersion is the cli option for target version.
CLIOptTimeout is the cli option for timeout.
CLIOptUser is the cli option for user.
CLIOptVersion is the cli option for version.
# Structs
No description provided by the author
No description provided by the author
SetupTask represents a task that sets up cassandra schema on a specified keyspace.
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author