Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InteractiveShell bool
InteractiveShell parameter to enable shell as interactive
View Source
var LivePrefixState struct { LivePrefix string IsEnable bool }
LivePrefixState is a container for the interactive prompt state
Functions ¶
func NewLiveLSQLCommand ¶
NewLiveLSQLCommand creates `query` command
Types ¶
type Executor ¶
type Executor struct {
// contains filtered or unexported fields
}
Executor sturct
func NewExecutor ¶
func NewExecutor(interactiveCmd *cobra.Command, client *api.Client, sqlHistoryPath string) *Executor
NewExecutor creates a new executor
func (*Executor) ChangeLivePrefix ¶
ChangeLivePrefix changes the prefix
Click to show internal directories.
Click to hide internal directories.