Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
Config defines the `sqlcmd config` sub-commands
func (*Config) DefineCommand ¶
func (c *Config) DefineCommand(...cmdparser.CommandOptions)
DefineCommand defines the `sqlcmd config` command, which is only more sub-commands (`sqlcmd config` does not `run` anything itself)
func (*Config) SubCommands ¶
SubCommands sets up all the sub-commands for `sqlcmd config`
type Install ¶
Install defines the `sqlcmd install` sub-commands
func (*Install) DefineCommand ¶
func (c *Install) DefineCommand(...cmdparser.CommandOptions)
func (*Install) SubCommands ¶
SubCommands sets up the sub-commands for `sqlcmd install` such as `sqlcmd install mssql` and `sqlcmd install azsql-edge`
type Query ¶
Query defines the `sqlcmd query` command
func (*Query) DefineCommand ¶
func (c *Query) DefineCommand(...cmdparser.CommandOptions)
type Uninstall ¶
Uninstall defines the `sqlcmd uninstall` command
func (*Uninstall) DefineCommand ¶
func (c *Uninstall) DefineCommand(...cmdparser.CommandOptions)
Notes ¶
Bugs ¶
Decide on if --text or --query is best (or leave both for convenience)
Click to show internal directories.
Click to hide internal directories.