2024-07-15 16:15:43 +08:00
|
|
|
// @ts-check
|
|
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
|
2024-07-23 16:32:49 +08:00
|
|
|
export function CheckBeforeInit() {
|
|
|
|
return window['go']['service']['SQLiteHelper']['CheckBeforeInit']();
|
|
|
|
}
|
|
|
|
|
2024-07-15 16:15:43 +08:00
|
|
|
export function Close() {
|
|
|
|
return window['go']['service']['SQLiteHelper']['Close']();
|
|
|
|
}
|
|
|
|
|
2024-07-23 16:32:49 +08:00
|
|
|
export function InitSQLiteHelper() {
|
|
|
|
return window['go']['service']['SQLiteHelper']['InitSQLiteHelper']();
|
|
|
|
}
|
|
|
|
|
2024-07-15 16:15:43 +08:00
|
|
|
export function QueryMacAddressByPrefix(arg1) {
|
|
|
|
return window['go']['service']['SQLiteHelper']['QueryMacAddressByPrefix'](arg1);
|
|
|
|
}
|
|
|
|
|
|
|
|
export function QueryVersion() {
|
|
|
|
return window['go']['service']['SQLiteHelper']['QueryVersion']();
|
|
|
|
}
|
2024-07-16 10:21:51 +08:00
|
|
|
|
|
|
|
export function ReloadDatabase() {
|
|
|
|
return window['go']['service']['SQLiteHelper']['ReloadDatabase']();
|
|
|
|
}
|