Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseResultSet ¶
type BaseResultSet struct {
// contains filtered or unexported fields
}
func BuildBaseResultSet ¶
func BuildBaseResultSet(keys []string, ch chan []types.Item) *BaseResultSet
func (*BaseResultSet) Keys ¶
func (rs *BaseResultSet) Keys() []string
type ShowExecutor ¶
type ShowExecutor struct {
// contains filtered or unexported fields
}
func BuildShowExecutor ¶
func BuildShowExecutor(stmt *sqlparser.Show, path string) *ShowExecutor
func (*ShowExecutor) Exec ¶
func (e *ShowExecutor) Exec() (ResultSet, error)
Click to show internal directories.
Click to hide internal directories.