2023-01-14 19:47:29 +00:00
|
|
|
// @ts-check
|
|
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
|
2023-01-14 20:09:21 +00:00
|
|
|
export function DropCollection(arg1, arg2, arg3) {
|
|
|
|
return window['go']['app']['App']['DropCollection'](arg1, arg2, arg3);
|
|
|
|
}
|
|
|
|
|
2023-01-14 19:47:29 +00:00
|
|
|
export function DropDatabase(arg1, arg2) {
|
|
|
|
return window['go']['app']['App']['DropDatabase'](arg1, arg2);
|
|
|
|
}
|
|
|
|
|
2023-01-17 19:49:07 +00:00
|
|
|
export function DropIndex(arg1, arg2, arg3, arg4) {
|
|
|
|
return window['go']['app']['App']['DropIndex'](arg1, arg2, arg3, arg4);
|
|
|
|
}
|
|
|
|
|
2023-01-17 08:47:07 +00:00
|
|
|
export function FindItems(arg1, arg2, arg3, arg4) {
|
|
|
|
return window['go']['app']['App']['FindItems'](arg1, arg2, arg3, arg4);
|
|
|
|
}
|
|
|
|
|
2023-01-17 08:44:21 +00:00
|
|
|
export function GetIndexes(arg1, arg2, arg3) {
|
|
|
|
return window['go']['app']['App']['GetIndexes'](arg1, arg2, arg3);
|
|
|
|
}
|
|
|
|
|
2023-01-14 19:47:29 +00:00
|
|
|
export function Hosts() {
|
|
|
|
return window['go']['app']['App']['Hosts']();
|
|
|
|
}
|
|
|
|
|
2023-01-17 08:50:15 +00:00
|
|
|
export function InsertItems(arg1, arg2, arg3, arg4) {
|
|
|
|
return window['go']['app']['App']['InsertItems'](arg1, arg2, arg3, arg4);
|
|
|
|
}
|
|
|
|
|
2023-01-14 19:47:29 +00:00
|
|
|
export function OpenCollection(arg1, arg2, arg3) {
|
|
|
|
return window['go']['app']['App']['OpenCollection'](arg1, arg2, arg3);
|
|
|
|
}
|
|
|
|
|
|
|
|
export function OpenConnection(arg1) {
|
|
|
|
return window['go']['app']['App']['OpenConnection'](arg1);
|
|
|
|
}
|
|
|
|
|
|
|
|
export function OpenDatabase(arg1, arg2) {
|
|
|
|
return window['go']['app']['App']['OpenDatabase'](arg1, arg2);
|
|
|
|
}
|
2023-01-17 14:56:55 +00:00
|
|
|
|
|
|
|
export function RemoveItems(arg1, arg2, arg3, arg4, arg5) {
|
|
|
|
return window['go']['app']['App']['RemoveItems'](arg1, arg2, arg3, arg4, arg5);
|
|
|
|
}
|