MCPcopy Create free account

hub / github.com/bytebase/dbhub / functions

Functions717 in github.com/bytebase/dbhub

FunctionSheetPanel
({ className, scrollFade = true, ...props }: React.ComponentProps<"div"> & { scrollFade?: boolean })
frontend/src/components/ui/sheet.tsx:167
FunctionSheetPopup
({ className, children, showCloseButton = true, side = "right", inset = false, ...props }: SheetPr
frontend/src/components/ui/sheet.tsx:59
FunctionSheetTitle
({ className, ...props }: SheetPrimitive.Title.Props)
frontend/src/components/ui/sheet.tsx:144
FunctionSheetTrigger
(props: SheetPrimitive.Trigger.Props)
frontend/src/components/ui/sheet.tsx:13
FunctionSheetViewport
({ className, side, inset = false, ...props }: SheetPrimitive.Viewport.Props & { side?: "right" | "l
frontend/src/components/ui/sheet.tsx:34
FunctionSidebar
({ side = "left", variant = "sidebar", collapsible = "offcanvas", className, children, ...props }:
frontend/src/components/ui/sidebar.tsx:159
FunctionSidebar
({ sources, isLoading }: SidebarProps)
frontend/src/components/Sidebar/Sidebar.tsx:12
FunctionSidebarContent
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/sidebar.tsx:374
FunctionSidebarFooter
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/sidebar.tsx:349
FunctionSidebarGroup
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/sidebar.tsx:388
FunctionSidebarGroupAction
({ className, render, ...props }: useRender.ComponentProps<"button">)
frontend/src/components/ui/sidebar.tsx:421
FunctionSidebarGroupContent
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/sidebar.tsx:445
FunctionSidebarGroupLabel
({ className, render, ...props }: useRender.ComponentProps<"div">)
frontend/src/components/ui/sidebar.tsx:399
FunctionSidebarHeader
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/sidebar.tsx:338
FunctionSidebarInput
({ className, ...props }: React.ComponentProps<typeof Input>)
frontend/src/components/ui/sidebar.tsx:324
FunctionSidebarInset
({ className, ...props }: React.ComponentProps<"main">)
frontend/src/components/ui/sidebar.tsx:310
FunctionSidebarMenu
({ className, ...props }: React.ComponentProps<"ul">)
frontend/src/components/ui/sidebar.tsx:459
FunctionSidebarMenuAction
({ className, showOnHover = false, render, ...props }: useRender.ComponentProps<"button"> & { showOn
frontend/src/components/ui/sidebar.tsx:558
FunctionSidebarMenuBadge
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/sidebar.tsx:590
FunctionSidebarMenuButton
({ isActive = false, variant = "default", size = "default", tooltip, className, render, ...props
frontend/src/components/ui/sidebar.tsx:503
FunctionSidebarMenuItem
({ className, ...props }: React.ComponentProps<"li">)
frontend/src/components/ui/sidebar.tsx:470
FunctionSidebarMenuSkeleton
({ className, showIcon = false, ...props }: React.ComponentProps<"div"> & { showIcon?: boolean; })
frontend/src/components/ui/sidebar.tsx:612
FunctionSidebarMenuSub
({ className, ...props }: React.ComponentProps<"ul">)
frontend/src/components/ui/sidebar.tsx:650
FunctionSidebarMenuSubButton
({ size = "md", isActive = false, className, render, ...props }: useRender.ComponentProps<"a"> & {
frontend/src/components/ui/sidebar.tsx:679
FunctionSidebarMenuSubItem
({ className, ...props }: React.ComponentProps<"li">)
frontend/src/components/ui/sidebar.tsx:665
FunctionSidebarProvider
({ defaultOpen = true, open: openProp, onOpenChange: setOpenProp, className, style, children, ..
frontend/src/components/ui/sidebar.tsx:56
FunctionSidebarRail
({ className, ...props }: React.ComponentProps<"button">)
frontend/src/components/ui/sidebar.tsx:284
FunctionSidebarSeparator
({ className, ...props }: React.ComponentProps<typeof Separator>)
frontend/src/components/ui/sidebar.tsx:360
FunctionSidebarTrigger
({ className, onClick, ...props }: React.ComponentProps<typeof Button>)
frontend/src/components/ui/sidebar.tsx:258
FunctionSkeleton
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/skeleton.tsx:3
FunctionSlider
({ className, children, defaultValue, value, min = 0, max = 100, ...props }: SliderPrimitive.Roo
frontend/src/components/ui/slider.tsx:8
FunctionSliderValue
({ className, ...props }: SliderPrimitive.Value.Props)
frontend/src/components/ui/slider.tsx:66
FunctionSourceDetailView
()
frontend/src/components/views/SourceDetailView.tsx:9
FunctionSourceList
({ sources, isLoading }: SourceListProps)
frontend/src/components/Sidebar/SourceList.tsx:21
FunctionSpinner
({ className, ...props }: React.ComponentProps<typeof Loader2Icon>)
frontend/src/components/ui/spinner.tsx:4
FunctionSqlTooltip
({ sql, children }: { sql: string; children: React.ReactElement })
frontend/src/components/views/RequestView.tsx:74
FunctionStatusBadge
({ success, error }: { success: boolean; error?: string })
frontend/src/components/views/RequestView.tsx:104
FunctionSwitch
({ className, ...props }: SwitchPrimitive.Root.Props)
frontend/src/components/ui/switch.tsx:7
FunctionTable
({ className, ...props }: React.ComponentProps<"table">)
frontend/src/components/ui/table.tsx:5
FunctionTableBody
({ className, ...props }: React.ComponentProps<"tbody">)
frontend/src/components/ui/table.tsx:36
FunctionTableCaption
({ className, ...props }: React.ComponentProps<"caption">)
frontend/src/components/ui/table.tsx:101
FunctionTableCell
({ className, ...props }: React.ComponentProps<"td">)
frontend/src/components/ui/table.tsx:88
FunctionTableFooter
({ className, ...props }: React.ComponentProps<"tfoot">)
frontend/src/components/ui/table.tsx:49
FunctionTableHead
({ className, ...props }: React.ComponentProps<"th">)
frontend/src/components/ui/table.tsx:75
FunctionTableHeader
({ className, ...props }: React.ComponentProps<"thead">)
frontend/src/components/ui/table.tsx:23
FunctionTableRow
({ className, ...props }: React.ComponentProps<"tr">)
frontend/src/components/ui/table.tsx:62
FunctionTabs
({ className, ...props }: TabsPrimitive.Root.Props)
frontend/src/components/ui/tabs.tsx:9
FunctionTabsList
({ variant = "default", className, children, ...props }: TabsPrimitive.List.Props & { variant?: Tabs
frontend/src/components/ui/tabs.tsx:22
FunctionTabsPanel
({ className, ...props }: TabsPrimitive.Panel.Props)
frontend/src/components/ui/tabs.tsx:73
FunctionTabsTab
({ className, ...props }: TabsPrimitive.Tab.Props)
frontend/src/components/ui/tabs.tsx:57
FunctionTextarea
({ className, size = "default", unstyled = false, ...props }: TextareaProps)
frontend/src/components/ui/textarea.tsx:14
FunctionToastProvider
({ children, position = "bottom-right", ...props }: ToastProviderProps)
frontend/src/components/ui/toast.tsx:38
FunctionToasts
({ position = "bottom-right" }: { position: ToastPosition })
frontend/src/components/ui/toast.tsx:51
FunctionToggle
({ className, variant, size, ...props }: TogglePrimitive.Props & VariantProps<typeof toggleVariants>)
frontend/src/components/ui/toggle.tsx:30
FunctionToggle
({ className, children, variant, size, ...props }: TogglePrimitive.Props & VariantProps<typeof toggl
frontend/src/components/ui/toggle-group.tsx:57
FunctionToggleGroup
({ className, variant = "default", size = "default", orientation = "horizontal", children, ...prop
frontend/src/components/ui/toggle-group.tsx:22
FunctionToggleGroupSeparator
({ className, orientation = "vertical", ...props }: { className?: string; } & React.ComponentProps<typ
frontend/src/components/ui/toggle-group.tsx:83
FunctionToolDetailView
()
frontend/src/components/views/ToolDetailView.tsx:12
FunctionToolbar
({ className, ...props }: ToolbarPrimitive.Root.Props)
frontend/src/components/ui/toolbar.tsx:7
FunctionToolbarButton
({ className, ...props }: ToolbarPrimitive.Button.Props)
frontend/src/components/ui/toolbar.tsx:20
FunctionToolbarGroup
({ className, ...props }: ToolbarPrimitive.Group.Props)
frontend/src/components/ui/toolbar.tsx:50
FunctionToolbarInput
({ className, ...props }: ToolbarPrimitive.Input.Props)
frontend/src/components/ui/toolbar.tsx:40
FunctionToolbarLink
({ className, ...props }: ToolbarPrimitive.Link.Props)
frontend/src/components/ui/toolbar.tsx:30
FunctionToolbarSeparator
({ className, ...props }: ToolbarPrimitive.Separator.Props)
frontend/src/components/ui/toolbar.tsx:60
FunctionTooltipPopup
({ className, align = "center", sideOffset = 4, side = "top", children, ...props }: TooltipPrimiti
frontend/src/components/ui/tooltip.tsx:17
FunctionTooltipTrigger
(props: TooltipPrimitive.Trigger.Props)
frontend/src/components/ui/tooltip.tsx:13
FunctionXIcon
({ className = 'w-4 h-4' }: XIconProps)
frontend/src/components/icons/XIcon.tsx:5
Functioncleanup
* Cleanup method to be called in afterAll
src/connectors/__tests__/shared/integration-test-base.ts:62
Methodclone
()
src/connectors/sqlserver/index.ts:188
Methodclone
()
src/connectors/postgres/index.ts:164
Methodclone
()
src/connectors/mariadb/index.ts:128
Methodclone
()
src/connectors/mysql/index.ts:137
Methodclone
()
src/connectors/sqlite/index.ts:124
MethodcomponentDidCatch
(error: Error, errorInfo: ErrorInfo)
frontend/src/components/ErrorBoundary.tsx:25
Methodconnect
(dsn: string, initScript?: string, config?: ConnectorConfig)
src/connectors/sqlserver/index.ts:192
Methodconnect
* Connect to SQLite database * Note: SQLite does not support connection timeouts as it's a local file-based database. * The config parameter is
src/connectors/sqlite/index.ts:172
Functionconstructor
(config: DatabaseTestConfig)
src/connectors/__tests__/shared/integration-test-base.ts:28
Methodconstructor
(props: Props)
frontend/src/components/ErrorBoundary.tsx:16
Methodconstructor
( message: string, public readonly status: number, public readonly statusText?: string )
frontend/src/api/errors.ts:5
Methodconstructor
(config: TomlConfig)
src/tools/registry.ts:18
Methodconstructor
* Parse a URL and handle special characters in passwords * This is a safe alternative to the URL constructor * * @param urlString - The DSN
src/utils/safe-url.ts:44
Methodconstructor
(config: unknown)
src/utils/__tests__/aws-rds-signer.test.ts:11
Methodconstructor
()
src/connectors/manager.ts:34
Methodconstructor
(message: string)
src/connectors/postgres/failed-to-read-certificate.ts:6
Methodconstructor
(private container: StartedPostgreSqlContainer)
src/connectors/__tests__/postgres.integration.test.ts:8
Methodconstructor
()
src/connectors/__tests__/postgres.integration.test.ts:20
Methodconstructor
(private container: StartedMSSQLServerContainer)
src/connectors/__tests__/sqlserver.integration.test.ts:8
Methodconstructor
()
src/connectors/__tests__/sqlserver.integration.test.ts:34
Methodconstructor
(private container: StartedMariaDbContainer)
src/connectors/__tests__/mariadb.integration.test.ts:8
Methodconstructor
()
src/connectors/__tests__/mariadb.integration.test.ts:20
Methodconstructor
(private container: StartedMySqlContainer)
src/connectors/__tests__/mysql.integration.test.ts:8
Methodconstructor
()
src/connectors/__tests__/mysql.integration.test.ts:20
Methodconstructor
(private dbPath: string)
src/connectors/__tests__/sqlite.integration.test.ts:10
Methodconstructor
()
src/connectors/__tests__/sqlite.integration.test.ts:32
FunctioncreateCommentTests
()
src/connectors/__tests__/shared/integration-test-base.ts:258
FunctioncreateConnectionTests
()
src/connectors/__tests__/shared/integration-test-base.ts:99
MethodcreateConnector
()
src/connectors/__tests__/postgres.integration.test.ts:43
MethodcreateConnector
()
src/connectors/__tests__/sqlserver.integration.test.ts:54
MethodcreateConnector
()
src/connectors/__tests__/mariadb.integration.test.ts:39
MethodcreateConnector
()
src/connectors/__tests__/sqlite.integration.test.ts:49
← previousnext →501–600 of 717, ranked by callers