FunctionTabBar({
tabs,
activeTabId,
onTabSelect,
onTabClose,
onNewQuery,
}: TabBarProps)
src/components/TabBar.tsx:32
FunctionTableObjectRow({
table,
expandedTables,
loading,
tableColumns,
activeQueryTab,
onToggleTableExpand,
onOpenTableData,
src/components/connection-details/ObjectExplorer.tsx:97
FunctionTextFieldInput({
column,
value,
isRawSql,
isNull,
suggestedFunctions,
onValueChange,
isReadonly = false,
}: FieldInpu
src/components/field-inputs/TextFieldInput.tsx:10
FunctionTimestampFieldInput({
column,
value,
isRawSql,
isNull,
suggestedFunctions,
onValueChange,
isReadonly = false,
}: FieldInpu
src/components/field-inputs/TimestampFieldInput.tsx:7
FunctionTooltipContent({
className,
side = "top",
sideOffset = 4,
align = "center",
alignOffset = 0,
children,
...prop
src/components/ui/tooltip.tsx:32
FunctionUuidFieldInput({
column,
value,
isRawSql,
isNull,
suggestedFunctions,
onValueChange,
}: FieldInputProps)
src/components/field-inputs/UuidFieldInput.tsx:8
Functionexecute_query(
host: String,
port: i64,
database: String,
username: String,
password: String,
ssl:
src-tauri/src/commands/postgres.rs:461
Functiongenerate_sql(
app: AppHandle,
pool: State<'_, SqlitePool>,
session_id: String,
db_type: String,
instru
src-tauri/src/commands/ai.rs:81
Functionget_table_data(
host: String,
port: i64,
database: String,
username: String,
password: String,
ssl:
src-tauri/src/commands/postgres.rs:197
Methodget_table_data(
&self,
_schema: &str,
table: &str,
page: i64,
limit: i64,
fi
src-tauri/src/database/clickhouse.rs:222
Methodget_table_data(
&self,
schema: &str,
table: &str,
page: i64,
limit: i64,
fil
src-tauri/src/database/postgres.rs:299
Functionget_table_structure(
host: String,
port: i64,
database: String,
username: String,
password: String,
ssl:
src-tauri/src/commands/postgres.rs:331