This commit is contained in:
SPRINX0\prochazka
2024-12-04 14:15:13 +01:00
parent 9029fccad4
commit 6f4a49ea97
5 changed files with 33 additions and 45 deletions

View File

@@ -17,8 +17,7 @@ export interface SqlDumper extends AlterProcessor {
createDatabase(name: string);
dropDatabase(name: string);
declareVariable(name: string, type: string, defaultValueLiteral?: string);
executeCallable(func: CallableObjectInfo, argLiteralsByName: { [name: string]: string });
callableTemplate(func: CallableObjectInfo);
endCommand();
allowIdentityInsert(table: NamedObjectInfo, allow: boolean);