Documentation
¶
Index ¶
- func GetDbViewersBreadcrumbs(tui *sneatnav.TUI) sneatnav.Breadcrumbs
- func GoDbViewerSelector(tui *sneatnav.TUI, focusTo sneatnav.FocusTo) error
- func GoSqlDbHome(tui *sneatnav.TUI, dbContext dtviewers.DbContext) error
- func RegisterAsViewer()
- type RecentDB
- type SqlDbRootScreen
- type TableContentRecordset
- type TablesBox
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDbViewersBreadcrumbs ¶
func GetDbViewersBreadcrumbs(tui *sneatnav.TUI) sneatnav.Breadcrumbs
func GoDbViewerSelector ¶
func RegisterAsViewer ¶
func RegisterAsViewer()
Types ¶
type SqlDbRootScreen ¶
type SqlDbRootScreen int
const ( SqlDbScreenTables SqlDbRootScreen = iota SqlDbScreenViews )
type TableContentRecordset ¶
type TableContentRecordset struct {
tview.TableContentReadOnly
// contains filtered or unexported fields
}
func (TableContentRecordset) GetCell ¶
func (t TableContentRecordset) GetCell(row, column int) (cell *tview.TableCell)
func (TableContentRecordset) GetColumnCount ¶
func (t TableContentRecordset) GetColumnCount() int
func (TableContentRecordset) GetRowCount ¶
func (t TableContentRecordset) GetRowCount() int
Click to show internal directories.
Click to hide internal directories.