feat: stored procedures and funciton parameters support for pssql

This commit is contained in:
Nybkox
2024-11-27 10:08:17 +01:00
parent 2b2ecac3ab
commit 6b155083ef
4 changed files with 70 additions and 0 deletions

View File

@@ -121,6 +121,7 @@ export interface ViewInfo extends SqlObjectInfo {
export interface ParameterInfo {
objectId?: string | number;
parentObjectId?: string | number;
routineName?: string;
pureName: string;
dataType: string;
fullDataType: string;