mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-05-25 02:10:27 +08:00
- 后端新增数据库/表重命名与删除能力,覆盖多数据源差异处理 - 批量操作表新增“仅导出数据(INSERT)”模式并完善导出链路 - Redis Key 列表支持分组展示、勾选批量删除与当前Key删除入口 - 同步 Wails 前后端绑定接口并优化批量操作弹窗按钮布局
240 lines
7.0 KiB
JavaScript
Executable File
240 lines
7.0 KiB
JavaScript
Executable File
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function ApplyChanges(arg1, arg2, arg3, arg4) {
|
|
return window['go']['app']['App']['ApplyChanges'](arg1, arg2, arg3, arg4);
|
|
}
|
|
|
|
export function CheckForUpdates() {
|
|
return window['go']['app']['App']['CheckForUpdates']();
|
|
}
|
|
|
|
export function CreateDatabase(arg1, arg2) {
|
|
return window['go']['app']['App']['CreateDatabase'](arg1, arg2);
|
|
}
|
|
|
|
export function DBConnect(arg1) {
|
|
return window['go']['app']['App']['DBConnect'](arg1);
|
|
}
|
|
|
|
export function DBGetAllColumns(arg1, arg2) {
|
|
return window['go']['app']['App']['DBGetAllColumns'](arg1, arg2);
|
|
}
|
|
|
|
export function DBGetColumns(arg1, arg2, arg3) {
|
|
return window['go']['app']['App']['DBGetColumns'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function DBGetDatabases(arg1) {
|
|
return window['go']['app']['App']['DBGetDatabases'](arg1);
|
|
}
|
|
|
|
export function DBGetForeignKeys(arg1, arg2, arg3) {
|
|
return window['go']['app']['App']['DBGetForeignKeys'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function DBGetIndexes(arg1, arg2, arg3) {
|
|
return window['go']['app']['App']['DBGetIndexes'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function DBGetTables(arg1, arg2) {
|
|
return window['go']['app']['App']['DBGetTables'](arg1, arg2);
|
|
}
|
|
|
|
export function DBGetTriggers(arg1, arg2, arg3) {
|
|
return window['go']['app']['App']['DBGetTriggers'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function DBQuery(arg1, arg2, arg3) {
|
|
return window['go']['app']['App']['DBQuery'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function DBShowCreateTable(arg1, arg2, arg3) {
|
|
return window['go']['app']['App']['DBShowCreateTable'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function DataSync(arg1) {
|
|
return window['go']['app']['App']['DataSync'](arg1);
|
|
}
|
|
|
|
export function DataSyncAnalyze(arg1) {
|
|
return window['go']['app']['App']['DataSyncAnalyze'](arg1);
|
|
}
|
|
|
|
export function DataSyncPreview(arg1, arg2, arg3) {
|
|
return window['go']['app']['App']['DataSyncPreview'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function DownloadUpdate() {
|
|
return window['go']['app']['App']['DownloadUpdate']();
|
|
}
|
|
|
|
export function DropDatabase(arg1, arg2) {
|
|
return window['go']['app']['App']['DropDatabase'](arg1, arg2);
|
|
}
|
|
|
|
export function DropTable(arg1, arg2, arg3) {
|
|
return window['go']['app']['App']['DropTable'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function ExportData(arg1, arg2, arg3, arg4) {
|
|
return window['go']['app']['App']['ExportData'](arg1, arg2, arg3, arg4);
|
|
}
|
|
|
|
export function ExportDatabaseSQL(arg1, arg2, arg3) {
|
|
return window['go']['app']['App']['ExportDatabaseSQL'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function ExportQuery(arg1, arg2, arg3, arg4, arg5) {
|
|
return window['go']['app']['App']['ExportQuery'](arg1, arg2, arg3, arg4, arg5);
|
|
}
|
|
|
|
export function ExportTable(arg1, arg2, arg3, arg4) {
|
|
return window['go']['app']['App']['ExportTable'](arg1, arg2, arg3, arg4);
|
|
}
|
|
|
|
export function ExportTablesDataSQL(arg1, arg2, arg3) {
|
|
return window['go']['app']['App']['ExportTablesDataSQL'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function ExportTablesSQL(arg1, arg2, arg3, arg4) {
|
|
return window['go']['app']['App']['ExportTablesSQL'](arg1, arg2, arg3, arg4);
|
|
}
|
|
|
|
export function GetAppInfo() {
|
|
return window['go']['app']['App']['GetAppInfo']();
|
|
}
|
|
|
|
export function ImportConfigFile() {
|
|
return window['go']['app']['App']['ImportConfigFile']();
|
|
}
|
|
|
|
export function ImportData(arg1, arg2, arg3) {
|
|
return window['go']['app']['App']['ImportData'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function InstallUpdateAndRestart() {
|
|
return window['go']['app']['App']['InstallUpdateAndRestart']();
|
|
}
|
|
|
|
export function MySQLConnect(arg1) {
|
|
return window['go']['app']['App']['MySQLConnect'](arg1);
|
|
}
|
|
|
|
export function MySQLGetDatabases(arg1) {
|
|
return window['go']['app']['App']['MySQLGetDatabases'](arg1);
|
|
}
|
|
|
|
export function MySQLGetTables(arg1, arg2) {
|
|
return window['go']['app']['App']['MySQLGetTables'](arg1, arg2);
|
|
}
|
|
|
|
export function MySQLQuery(arg1, arg2, arg3) {
|
|
return window['go']['app']['App']['MySQLQuery'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function MySQLShowCreateTable(arg1, arg2, arg3) {
|
|
return window['go']['app']['App']['MySQLShowCreateTable'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function OpenSQLFile() {
|
|
return window['go']['app']['App']['OpenSQLFile']();
|
|
}
|
|
|
|
export function RedisConnect(arg1) {
|
|
return window['go']['app']['App']['RedisConnect'](arg1);
|
|
}
|
|
|
|
export function RedisDeleteHashField(arg1, arg2, arg3) {
|
|
return window['go']['app']['App']['RedisDeleteHashField'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function RedisDeleteKeys(arg1, arg2) {
|
|
return window['go']['app']['App']['RedisDeleteKeys'](arg1, arg2);
|
|
}
|
|
|
|
export function RedisExecuteCommand(arg1, arg2) {
|
|
return window['go']['app']['App']['RedisExecuteCommand'](arg1, arg2);
|
|
}
|
|
|
|
export function RedisFlushDB(arg1) {
|
|
return window['go']['app']['App']['RedisFlushDB'](arg1);
|
|
}
|
|
|
|
export function RedisGetDatabases(arg1) {
|
|
return window['go']['app']['App']['RedisGetDatabases'](arg1);
|
|
}
|
|
|
|
export function RedisGetServerInfo(arg1) {
|
|
return window['go']['app']['App']['RedisGetServerInfo'](arg1);
|
|
}
|
|
|
|
export function RedisGetValue(arg1, arg2) {
|
|
return window['go']['app']['App']['RedisGetValue'](arg1, arg2);
|
|
}
|
|
|
|
export function RedisListPush(arg1, arg2, arg3) {
|
|
return window['go']['app']['App']['RedisListPush'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function RedisListSet(arg1, arg2, arg3, arg4) {
|
|
return window['go']['app']['App']['RedisListSet'](arg1, arg2, arg3, arg4);
|
|
}
|
|
|
|
export function RedisRenameKey(arg1, arg2, arg3) {
|
|
return window['go']['app']['App']['RedisRenameKey'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function RedisScanKeys(arg1, arg2, arg3, arg4) {
|
|
return window['go']['app']['App']['RedisScanKeys'](arg1, arg2, arg3, arg4);
|
|
}
|
|
|
|
export function RedisSelectDB(arg1, arg2) {
|
|
return window['go']['app']['App']['RedisSelectDB'](arg1, arg2);
|
|
}
|
|
|
|
export function RedisSetAdd(arg1, arg2, arg3) {
|
|
return window['go']['app']['App']['RedisSetAdd'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function RedisSetHashField(arg1, arg2, arg3, arg4) {
|
|
return window['go']['app']['App']['RedisSetHashField'](arg1, arg2, arg3, arg4);
|
|
}
|
|
|
|
export function RedisSetRemove(arg1, arg2, arg3) {
|
|
return window['go']['app']['App']['RedisSetRemove'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function RedisSetString(arg1, arg2, arg3, arg4) {
|
|
return window['go']['app']['App']['RedisSetString'](arg1, arg2, arg3, arg4);
|
|
}
|
|
|
|
export function RedisSetTTL(arg1, arg2, arg3) {
|
|
return window['go']['app']['App']['RedisSetTTL'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function RedisTestConnection(arg1) {
|
|
return window['go']['app']['App']['RedisTestConnection'](arg1);
|
|
}
|
|
|
|
export function RedisZSetAdd(arg1, arg2, arg3) {
|
|
return window['go']['app']['App']['RedisZSetAdd'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function RedisZSetRemove(arg1, arg2, arg3) {
|
|
return window['go']['app']['App']['RedisZSetRemove'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function RenameDatabase(arg1, arg2, arg3) {
|
|
return window['go']['app']['App']['RenameDatabase'](arg1, arg2, arg3);
|
|
}
|
|
|
|
export function RenameTable(arg1, arg2, arg3, arg4) {
|
|
return window['go']['app']['App']['RenameTable'](arg1, arg2, arg3, arg4);
|
|
}
|
|
|
|
export function TestConnection(arg1) {
|
|
return window['go']['app']['App']['TestConnection'](arg1);
|
|
}
|